From 6d0103591955685c96a0a9afa527d551022c83fc Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" <> Date: Thu, 17 Feb 2005 00:35:54 +0000 Subject: Bug 281574 : Combine version_/milestone_/component_no_action errors into one. Patch by Shane H. W. Travis r=LpSolit a=myk --- editcomponents.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editcomponents.cgi') diff --git a/editcomponents.cgi b/editcomponents.cgi index 7c1ac96ca..f1d20fbd5 100755 --- a/editcomponents.cgi +++ b/editcomponents.cgi @@ -671,4 +671,4 @@ if ($action eq 'update') { # # No valid action found # -ThrowUserError('component_no_action'); +ThrowUserError('no_valid_action', {'field' => "component"}); -- cgit v1.2.3-24-g4f1b