]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 313603: The keyword_already_exists error has an undefined variable - Patch by...
authorlpsolit%gmail.com <>
Wed, 26 Oct 2005 02:14:19 +0000 (02:14 +0000)
committerlpsolit%gmail.com <>
Wed, 26 Oct 2005 02:14:19 +0000 (02:14 +0000)
editkeywords.cgi

index 8ad74710e80b85da812042e6f3016d7be702513a..a614e73146af51f564b2515548d0b9bed89466ea 100755 (executable)
@@ -124,7 +124,7 @@ if ($action eq 'new') {
 
     if (FetchOneColumn()) {
         $vars->{'name'} = $name;
-        ThrowUserError("keyword_already_exists");
+        ThrowUserError("keyword_already_exists", $vars);
     }