diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-09-17 02:34:32 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-09-17 02:34:32 +0000 |
commit | 02d18aa68d23547bc342f681036afdcb6b5facf2 (patch) | |
tree | 2cb7adbadcffc9fd085c3efadc42df263b53c1c2 /install.php | |
parent | 4360fcd15b023a8f1fd3686816ee32546dc1885d (diff) | |
download | brdo-02d18aa68d23547bc342f681036afdcb6b5facf2.tar.gz brdo-02d18aa68d23547bc342f681036afdcb6b5facf2.tar.bz2 |
#573680 by mgifford, David_Rothstein: Fixed language import during installation (and a notice).
Diffstat (limited to 'install.php')
-rw-r--r-- | install.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install.php b/install.php index 82f6756f6..f99987807 100644 --- a/install.php +++ b/install.php @@ -1397,6 +1397,7 @@ function install_import_locales_remaining(&$install_state) { include_once DRUPAL_ROOT . '/includes/locale.inc'; // Collect files to import for this language. Skip components already covered // in the initial batch set. + $install_locale = $install_state['parameters']['locale']; $batch = locale_batch_by_language($install_locale, NULL, variable_get('install_locale_batch_components', array())); // Remove temporary variable. variable_del('install_locale_batch_components'); |