summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-12-23 13:28:45 +0000
committerDries Buytaert <dries@buytaert.net>2009-12-23 13:28:45 +0000
commitc28317a36c5b48be14d5e618d242e2fa11bd7ba8 (patch)
treedd5187b6a586366f6b07865b1a2b41c025c72d0e /modules
parent3d381a1c54a1ac591b82c74189b4d6952f64381f (diff)
downloadbrdo-c28317a36c5b48be14d5e618d242e2fa11bd7ba8.tar.gz
brdo-c28317a36c5b48be14d5e618d242e2fa11bd7ba8.tar.bz2
- Patch #664012 by Arancaytar: fixed the translation tests.
Diffstat (limited to 'modules')
-rw-r--r--modules/locale/locale.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/locale/locale.module b/modules/locale/locale.module
index ae0989677..7bcd590c3 100644
--- a/modules/locale/locale.module
+++ b/modules/locale/locale.module
@@ -380,7 +380,7 @@ function locale_form_path_admin_form_alter(&$form, &$form_state) {
* Implements hook_form_FORM_ID_alter().
*/
function locale_form_node_type_form_alter(&$form, &$form_state) {
- if (isset($form['identity']['type'])) {
+ if (isset($form['type'])) {
$form['workflow']['language_content_type'] = array(
'#type' => 'radios',
'#title' => t('Multilingual support'),