summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'),