From c9e6b1ef4474f02e98f48143277620e72105f8bb Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Wed, 14 Jan 2009 00:22:17 +0000 Subject: Correct the initial value get active blocks --- core/helpers/dashboard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/helpers') diff --git a/core/helpers/dashboard.php b/core/helpers/dashboard.php index 61ff01ce..1c46b218 100644 --- a/core/helpers/dashboard.php +++ b/core/helpers/dashboard.php @@ -19,7 +19,7 @@ */ class dashboard_Core { public static function get_active() { - return unserialize(module::get_var("core", "dashboard_blocks", "a:{}")); + return unserialize(module::get_var("core", "dashboard_blocks", "a:0:{}")); } public static function add_block($location, $module_name, $block_id) { -- cgit v1.2.3