Fix bug that prevents non-scheduled back from working
authorJamie Cameron <jcameron@webmin.com>
Sat, 13 Aug 2011 17:29:43 +0000 (10:29 -0700)
committerJamie Cameron <jcameron@webmin.com>
Sat, 13 Aug 2011 17:29:43 +0000 (10:29 -0700)
https://sourceforge.net/tracker/?func=detail&atid=117457&aid=3390862&group_id=17457

backup-config/backup.cgi

index af86d2b..ac91412 100755 (executable)
@@ -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) ]);