diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/helpers/block_manager.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/helpers/block_manager.php b/core/helpers/block_manager.php index 724f1927..108979c9 100644 --- a/core/helpers/block_manager.php +++ b/core/helpers/block_manager.php @@ -54,6 +54,7 @@ class block_manager_Core { static function get_html($location) { $active = self::get_active($location); + $result = ""; foreach ($active as $id => $desc) { if (method_exists("$desc[0]_block", "get")) { $block = call_user_func(array("$desc[0]_block", "get"), $desc[1]); |