summaryrefslogtreecommitdiff
path: root/modules/gmaps/helpers/gmaps_block.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gmaps/helpers/gmaps_block.php')
-rw-r--r--modules/gmaps/helpers/gmaps_block.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gmaps/helpers/gmaps_block.php b/modules/gmaps/helpers/gmaps_block.php
index 04d0ae63..4024ec55 100644
--- a/modules/gmaps/helpers/gmaps_block.php
+++ b/modules/gmaps/helpers/gmaps_block.php
@@ -22,7 +22,7 @@ class gmaps_block_Core {
public static function sidebar_blocks($theme) {
if ($theme->item()) {
$block = new Block();
- $block->id = "gMaps";
+ $block->css_id = "gMaps";
$block->title = t("Location");
$block->content = new View("gmaps_block.html");
return $block;