From: Eric Bollengier Date: Fri, 1 Dec 2006 09:09:27 +0000 (+0000) Subject: ebl fix missing where argument X-Git-Tag: Release-2.0.0~198 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2e9b9a75d7303d7de5df73b5b2dd720cf0749dba;p=bacula%2Fbacula ebl fix missing where argument git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3719 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/gui/bweb/cgi/bconsole.pl b/gui/bweb/cgi/bconsole.pl index 923ba014eb..84e3e43fdd 100755 --- a/gui/bweb/cgi/bconsole.pl +++ b/gui/bweb/cgi/bconsole.pl @@ -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');