diff options
Diffstat (limited to 'modules/system/system.install')
-rw-r--r-- | modules/system/system.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.install b/modules/system/system.install index f3d97c567..087b130b0 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -1813,7 +1813,7 @@ function system_update_7004(&$sandbox) { '0' => 'active', '1' => 'new', ), - 'locale' => array('0' => 'language-switcher'), + 'locale' => array('0' => LANGUAGE_TYPE_INTERFACE), 'node' => array('0' => 'syndicate'), 'poll' => array('0' => 'recent'), 'profile' => array('0' => 'author-information'), |