Commit 76bc5689 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 313603: The keyword_already_exists error has an undefined variable - Patch…

Bug 313603: The keyword_already_exists error has an undefined variable - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=myk
parent 1b61f682
......@@ -118,7 +118,7 @@ if ($action eq 'new') {
if ($id) {
$vars->{'name'} = $name;
ThrowUserError("keyword_already_exists");
ThrowUserError("keyword_already_exists", $vars);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment