From af4793c884c6f3eb9dff8a79865f6cfa690aa9ec Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 19 Sep 2007 02:37:11 +0000 Subject: Bug 389313: summarize_time.cgi needs some cleanup - Patch by Frédéric Buclin r/a=mkanat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 ae7eb23be..0d76a5c70 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -152,7 +152,7 @@ if (defined $cgi->param('id')) { } # Make sure there are bugs to process. -scalar(@idlist) || ThrowUserError("no_bugs_chosen"); +scalar(@idlist) || ThrowUserError("no_bugs_chosen", {action => 'modify'}); # Build a bug object using the first bug id, for validations. my $bug = $bug_objects[0]; -- cgit v1.2.3-24-g4f1b