mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-08 04:16:16 +00:00
Bug 313603: The keyword_already_exists error has an undefined variable - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wurblzap a=myk
This commit is contained in:
parent
9d7ac10da5
commit
b8370c49ac
@ -118,7 +118,7 @@ if ($action eq 'new') {
|
||||
|
||||
if ($id) {
|
||||
$vars->{'name'} = $name;
|
||||
ThrowUserError("keyword_already_exists");
|
||||
ThrowUserError("keyword_already_exists", $vars);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user