From 62e0ddc74006b99f0d854a33b80f47d7cf317792 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 11 Aug 2009 12:20:26 +0000 Subject: - 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. --- update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update.php') 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)); } /** -- cgit v1.2.3