mirror of
https://github.com/webmin/webmin.git
synced 2026-05-15 19:30:28 +01:00
Fix bug that prevents non-scheduled back from working
https://sourceforge.net/tracker/?func=detail&atid=117457&aid=3390862&group_id=17457
This commit is contained in:
@@ -23,7 +23,6 @@ if ($mode != 4) {
|
||||
print &text('backup_doing', &nice_dest($dest, 1)),"<p>\n";
|
||||
my $size;
|
||||
my @files;
|
||||
my @mods;
|
||||
$err = &execute_backup(\@mods, $dest, \$size, \@files,
|
||||
$configfile, $nofiles,
|
||||
[ split(/\t+/, $others) ]);
|
||||
|
||||
Reference in New Issue
Block a user