diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-10-05 20:04:19 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-10-05 20:04:19 +0000 |
commit | 02cc38e0c2c26b9301f2cf53c271129c12468d55 (patch) | |
tree | 092b0276b60b52fbdd73d50ce17e0e0298ad5615 /modules/system/system.install | |
parent | facc581013f781bd7737d02700a5ffe2a253e5f3 (diff) | |
download | brdo-02cc38e0c2c26b9301f2cf53c271129c12468d55.tar.gz brdo-02cc38e0c2c26b9301f2cf53c271129c12468d55.tar.bz2 |
#812416 by plach, Damien Tournoud: Fix Locale upgrade path.
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'), |