diff options
Diffstat (limited to 'modules/info/helpers/info_block.php')
-rw-r--r-- | modules/info/helpers/info_block.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/info/helpers/info_block.php b/modules/info/helpers/info_block.php index 558c32f1..3a853609 100644 --- a/modules/info/helpers/info_block.php +++ b/modules/info/helpers/info_block.php @@ -23,7 +23,7 @@ class info_block_Core { } static function get($block_id, $theme) { - $block = new Block(); + $block = ""; switch ($block_id) { case "metadata": if ($theme->item()) { |