summaryrefslogtreecommitdiff
path: root/modules/comment/helpers/comment_block.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/comment/helpers/comment_block.php')
-rw-r--r--modules/comment/helpers/comment_block.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/helpers/comment_block.php b/modules/comment/helpers/comment_block.php
index c9b2dfe8..f24f19b1 100644
--- a/modules/comment/helpers/comment_block.php
+++ b/modules/comment/helpers/comment_block.php
@@ -25,7 +25,7 @@ class comment_block_Core {
public static function photo_bottom($theme) {
$block = new Block;
- $block->id = "gComments";
+ $block->css_id = "gComments";
$block->title = t("Comments");
$view = new View("comments.html");