diff options
Diffstat (limited to 'modules/image_block')
-rw-r--r-- | modules/image_block/helpers/image_block_block.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/image_block/helpers/image_block_block.php b/modules/image_block/helpers/image_block_block.php index 261e5848..d0402eb6 100644 --- a/modules/image_block/helpers/image_block_block.php +++ b/modules/image_block/helpers/image_block_block.php @@ -23,7 +23,7 @@ class image_block_block_Core { } static function get($block_id, $theme) { - $block = new Block(); + $block = ""; switch ($block_id) { case "random_image": $block = new Block(); |