From 76bc56893dc4b44df72cbae3dd835729abc5e991 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 26 Oct 2005 02:16:39 +0000 Subject: [PATCH] =?UTF-8?q?Bug=20313603:=20The=20keyword=5Falready=5Fexist?= =?UTF-8?q?s=20error=20has=20an=20undefined=20variable=20-=20Patch=20by=20?= =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Buclin=20<LpSolit@gmail.com>=20r=3Dwurblza?= =?UTF-8?q?p=20a=3Dmyk?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- editkeywords.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editkeywords.cgi b/editkeywords.cgi index cdd01b77e..da412bfdc 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); } -- 2.24.1