diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-11-04 11:10:09 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-11-04 11:10:09 +0000 |
commit | eccf762a8de330a2b9bd5cf26fc69b51b362e9dc (patch) | |
tree | b65d65164c6d5059c9483ce54313db199f94f422 | |
parent | 6c85fdc6ab6934eea9821f02b89ef395a7cb4d06 (diff) | |
download | brdo-eccf762a8de330a2b9bd5cf26fc69b51b362e9dc.tar.gz brdo-eccf762a8de330a2b9bd5cf26fc69b51b362e9dc.tar.bz2 |
#154517 by Desbeers: fix locale form alter to properly alter the path alias addition form
-rw-r--r-- | modules/locale/locale.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/locale/locale.module b/modules/locale/locale.module index 675e15206..abc878923 100644 --- a/modules/locale/locale.module +++ b/modules/locale/locale.module @@ -229,7 +229,7 @@ function locale_form_alter(&$form, $form_state, $form_id) { switch ($form_id) { // Language field for paths - case 'path_admin_edit': + case 'path_admin_form': $form['language'] = array( '#type' => 'select', '#title' => t('Language'), |