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 f7aefc43..261e5848 100644 --- a/modules/image_block/helpers/image_block_block.php +++ b/modules/image_block/helpers/image_block_block.php @@ -22,7 +22,7 @@ class image_block_block_Core { return array("random_image" => t("Random Image")); } - static function get($block_id) { + static function get($block_id, $theme) { $block = new Block(); switch ($block_id) { case "random_image": |