summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-11-20 13:24:54 +0000
committerDries Buytaert <dries@buytaert.net>2007-11-20 13:24:54 +0000
commitece869b0b2ee1214f79349473843a3dd18bf7939 (patch)
tree34d8aa6fbf796751a414f8269ce2c9c41b3674ef /install.php
parent1c02e47e69ab91105494e8eb61857f49743d3c08 (diff)
downloadbrdo-ece869b0b2ee1214f79349473843a3dd18bf7939.tar.gz
brdo-ece869b0b2ee1214f79349473843a3dd18bf7939.tar.bz2
- Patch #192242 by catch, quicksketch, webchick, keith et all: usability improvements for the vocabulary/term forms.
Diffstat (limited to 'install.php')
-rw-r--r--install.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/install.php b/install.php
index 279ad4b1b..88f205242 100644
--- a/install.php
+++ b/install.php
@@ -644,7 +644,7 @@ function install_tasks($profile, $task) {
$batch = locale_batch_by_language($install_locale, '_install_locale_initial_batch_finished');
if (!empty($batch)) {
// Remember components we cover in this batch set.
- variable_set('install_locale_batch_components', $batch['#components']);
+ variable_set('install_locale_batch_components', $batch['#components']);
// Start a batch, switch to 'locale-batch' task. We need to
// set the variable here, because batch_process() redirects.
variable_set('install_task', 'locale-initial-batch');
@@ -782,7 +782,7 @@ if (Drupal.jsEnabled) {
/**
* Finished callback for the first locale import batch.
- *
+ *
* Advance installer task to the configure screen.
*/
function _install_locale_initial_batch_finished($success, $results) {
@@ -791,7 +791,7 @@ function _install_locale_initial_batch_finished($success, $results) {
/**
* Finished callback for the second locale import batch.
- *
+ *
* Advance installer task to the finished screen.
*/
function _install_locale_remaining_batch_finished($success, $results) {