summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-08-11 12:20:26 +0000
committerDries Buytaert <dries@buytaert.net>2009-08-11 12:20:26 +0000
commit62e0ddc74006b99f0d854a33b80f47d7cf317792 (patch)
treeec1f0f0b0d022ec3909e3da295f052d915f58c89 /update.php
parentd062ec4e6afe3a2dc744ffbd3eb4030d10727f61 (diff)
downloadbrdo-62e0ddc74006b99f0d854a33b80f47d7cf317792.tar.gz
brdo-62e0ddc74006b99f0d854a33b80f47d7cf317792.tar.bz2
- Patch #545356 by Damien Tournoud: sidebars were broken in install.php, update.php, and the expert profile due to a previous patch that made the sidebar regions more semantic for RTL support.
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));
}
/**