mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Fix restore of rules with no time
This commit is contained in:
@@ -65,7 +65,7 @@ foreach $r (@rules) {
|
||||
$r->{'num'}));
|
||||
}
|
||||
}
|
||||
if ($r->{'time'} ne "*" && !$times{$r->{'time'}}) {
|
||||
if (!$r->{'sep'} && $r->{'time'} ne "*" && !$times{$r->{'time'}}) {
|
||||
push(@cerrs, &text('restore_etime', $r->{'time'},
|
||||
$r->{'num'}));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user