]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl fix missing where argument
authorEric Bollengier <eric@eb.homelinux.org>
Fri, 1 Dec 2006 09:09:27 +0000 (09:09 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Fri, 1 Dec 2006 09:09:27 +0000 (09:09 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3719 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/cgi/bconsole.pl

index 923ba014eb401894ad2400865ec4812027ec5083..84e3e43fdd6da43afafadaf583f393ce8b3d8e0a 100755 (executable)
@@ -74,7 +74,7 @@ for my $a (@action)
        $have_run=1;
 
        my $arg = $bweb->get_form(qw/job client storage fileset 
-                                    replace priority/);
+                                    where replace priority/);
 
        my $bootstrap = CGI::param('bootstrap');