From af4793c884c6f3eb9dff8a79865f6cfa690aa9ec Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 19 Sep 2007 02:37:11 +0000 Subject: =?UTF-8?q?Bug=20389313:=20summarize=5Ftime.cgi=20needs=20some=20c?= =?UTF-8?q?leanup=20-=20Patch=20by=20Fr=C3=83=C2=A9d=C3=83=C2=A9ric=20Bucl?= =?UTF-8?q?in=20=20r/a=3Dmkanat?= 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.1