#165668 by John Morahan: fix wrong parameter passing in custom langauge addition validation

6.x
Gábor Hojtsy 2007-08-09 10:12:14 +00:00
parent 1163703917
commit 22a37e6fb2
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ function locale_languages_predefined_form_validate($form, &$form_state) {
}
else {
// Reuse the editing form validation routine if we add a custom language.
locale_languages_edit_form_validate($form_state['values'], $form, $form_state);
locale_languages_edit_form_validate($form, $form_state);
}
}