From 02c8592759c5b33d3d94fe6a515f10af4317dd5c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 21 May 2009 21:12:25 +0000 Subject: - Patch #428744 by Gabor: make the main page content a real block and clean up some of the content API. --- update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update.php') diff --git a/update.php b/update.php index 15c89bcc6..7333f178c 100644 --- a/update.php +++ b/update.php @@ -694,7 +694,7 @@ function update_task_list($active = NULL) { 'finished' => 'Review log', ); - drupal_set_content('left', theme('task_list', $tasks, $active)); + drupal_add_region_content('left', theme('task_list', $tasks, $active)); } /** -- cgit v1.2.3