#154517 by Desbeers: fix locale form alter to properly alter the path alias addition form

6.x
Gábor Hojtsy 2007-11-04 11:10:09 +00:00
parent 6c85fdc6ab
commit eccf762a8d
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ function locale_form_alter(&$form, $form_state, $form_id) {
switch ($form_id) { switch ($form_id) {
// Language field for paths // Language field for paths
case 'path_admin_edit': case 'path_admin_form':
$form['language'] = array( $form['language'] = array(
'#type' => 'select', '#type' => 'select',
'#title' => t('Language'), '#title' => t('Language'),