From 2e9b9a75d7303d7de5df73b5b2dd720cf0749dba Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Fri, 1 Dec 2006 09:09:27 +0000 Subject: [PATCH] ebl fix missing where argument git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3719 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/bweb/cgi/bconsole.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- 2.39.5