diff options
-rw-r--r-- | install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.php b/install.php index 59f2c0d19..60834d72e 100644 --- a/install.php +++ b/install.php @@ -680,7 +680,7 @@ function install_tasks($profile, $task) { if (!empty($install_locale) && ($install_locale != 'en')) { include_once DRUPAL_ROOT . '/includes/locale.inc'; // Enable installation language as default site language. - locale_add_language($install_locale, NULL, NULL, NULL, NULL, NULL, 1, TRUE); + locale_add_language($install_locale, NULL, NULL, NULL, '', NULL, 1, TRUE); // Collect files to import for this language. $batch = locale_batch_by_language($install_locale, '_install_locale_initial_batch_finished'); if (!empty($batch)) { |