summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-05-22 07:42:37 +0000
committerDries Buytaert <dries@buytaert.net>2007-05-22 07:42:37 +0000
commit0047e35d9137a37235c0248daacaad70ed0105da (patch)
treeee6a8e51e90d2b099ffed5fd12c743a4796d8c60 /install.php
parent5094312d3b76d41aaf41c6a5c9dab04ccb7d1590 (diff)
downloadbrdo-0047e35d9137a37235c0248daacaad70ed0105da.tar.gz
brdo-0047e35d9137a37235c0248daacaad70ed0105da.tar.bz2
- Patch #145671 by Gabor: import translation files when adding a new language.
Diffstat (limited to 'install.php')
-rw-r--r--install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.php b/install.php
index f68b0fffc..aa51aabb1 100644
--- a/install.php
+++ b/install.php
@@ -676,7 +676,7 @@ function install_tasks($profile, $task) {
// Enable installation language as default site language.
locale_add_language($install_locale, NULL, NULL, NULL, NULL, NULL, 1, TRUE);
// Collect files to import for this language.
- $batch = locale_batch_installer($install_locale);
+ $batch = locale_batch_by_language($install_locale);
if (!empty($batch)) {
// Start a batch, switch to 'locale-batch' task. We need to
// set the variable here, because batch_process() redirects.