summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
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 194c5abb3..61aced16b 100644
--- a/install.php
+++ b/install.php
@@ -1001,7 +1001,7 @@ function install_task_list($active = NULL) {
if (in_array($active, array('finished', 'done'))) {
$active = NULL;
}
- drupal_set_content('left', theme_task_list($tasks, $active));
+ drupal_add_region_content('left', theme_task_list($tasks, $active));
}
/**