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:
Jamie Cameron
2011-08-13 10:29:43 -07:00
parent 19c8b74e30
commit dd88024e29

View File

@@ -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) ]);