зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
e40662e3e4
Коммит
218b49e712
|
@ -118,7 +118,7 @@ if ($action eq 'new') {
|
|||
|
||||
if ($id) {
|
||||
$vars->{'name'} = $name;
|
||||
ThrowUserError("keyword_already_exists");
|
||||
ThrowUserError("keyword_already_exists", $vars);
|
||||
}
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче