diff options
Diffstat (limited to 'modules/gmaps/helpers/gmaps_block.php')
-rw-r--r-- | modules/gmaps/helpers/gmaps_block.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gmaps/helpers/gmaps_block.php b/modules/gmaps/helpers/gmaps_block.php index 1620e881..0d3155d1 100644 --- a/modules/gmaps/helpers/gmaps_block.php +++ b/modules/gmaps/helpers/gmaps_block.php @@ -19,7 +19,7 @@ */ class gmaps_block_Core { - public static function sidebar($theme) { + public static function sidebar_blocks($theme) { $block = new Block(); $block->id = "gMaps"; $block->title = _("Location"); |