mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Fixed zone deletion when categorized by view
This commit is contained in:
@@ -241,7 +241,7 @@ elsif (@zones) {
|
||||
# Show zones under views
|
||||
print &ui_subheading($text{'index_zones'});
|
||||
foreach $vw (@views) {
|
||||
local (@zorder, @zlinks, @ztitles, @zicons, @ztypes, @zsort, $len);
|
||||
local (@zorder, @zlinks, @ztitles, @zicons, @ztypes, @zsort, @zdels, $len);
|
||||
local @zv = grep { $_->{'view'} eq $vw->{'name'} } @zones;
|
||||
next if (!@zv);
|
||||
print "<b>",&text('index_inview',
|
||||
|
||||
Reference in New Issue
Block a user