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 358dd3b8..46e2bd72 100644 --- a/modules/info/helpers/info_block.php +++ b/modules/info/helpers/info_block.php @@ -21,7 +21,7 @@ class info_block_Core { public static function sidebar_blocks($theme) { if ($theme->item()) { $block = new Block(); - $block->id = "gMetadata"; + $block->css_id = "gMetadata"; $block->title = t("Item Info"); $block->content = new View("info_block.html"); return $block; |