summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
Diffstat (limited to 'update.php')
-rw-r--r--update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.php b/update.php
index f37b9c2b3..d00b55311 100644
--- a/update.php
+++ b/update.php
@@ -240,7 +240,7 @@ function update_task_list($active = NULL) {
'finished' => 'Review log',
);
- drupal_add_region_content('left', theme('task_list', $tasks, $active));
+ drupal_add_region_content('sidebar_first', theme('task_list', $tasks, $active));
}
/**