From: lpsolit%gmail.com <> Date: Wed, 26 Oct 2005 02:16:39 +0000 (+0000) Subject: Bug 313603: The keyword_already_exists error has an undefined variable - Patch by... X-Git-Tag: bugzilla-2.22rc1~197 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76bc56893dc4b44df72cbae3dd835729abc5e991;p=thirdparty%2Fbugzilla.git Bug 313603: The keyword_already_exists error has an undefined variable - Patch by Frédéric Buclin r=wurblzap a=myk --- diff --git a/editkeywords.cgi b/editkeywords.cgi index cdd01b77eb..da412bfdc6 100755 --- a/editkeywords.cgi +++ b/editkeywords.cgi @@ -118,7 +118,7 @@ if ($action eq 'new') { if ($id) { $vars->{'name'} = $name; - ThrowUserError("keyword_already_exists"); + ThrowUserError("keyword_already_exists", $vars); }