From 8d1fde29256288a6de5aefd9fc7b7345b58fbedf Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Thu, 18 Apr 2002 05:59:07 +0000 Subject: Bug 137954 - Empty "move-button-text" field blocks changing bugs. Patch by gerv, 2xr=justdave. --- process_bug.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'process_bug.cgi') diff --git a/process_bug.cgi b/process_bug.cgi index ebdf43b77..e89fea970 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -363,7 +363,7 @@ my $action = ''; if (defined $::FORM{action}) { $action = trim($::FORM{action}); } -if ($action eq Param("move-button-text")) { +if (Param("move-enabled") && $action eq Param("move-button-text")) { $::FORM{'buglist'} = join (":", @idlist); do "move.pl" || die "Error executing move.cgi: $!"; PutFooter(); -- cgit v1.2.3-24-g4f1b