diff --git a/ext/comment/theme.php b/ext/comment/theme.php index 325569e3..4e920cf2 100644 --- a/ext/comment/theme.php +++ b/ext/comment/theme.php @@ -49,6 +49,7 @@ class CommentListTheme extends Themelet { $comment_html .= "

showing $comment_limit of $comment_count comments

"; $comments = array_slice($comments, -$comment_limit); } + $this->anon_id = 1; foreach($comments as $comment) { $comment_html .= $this->comment_to_html($comment); }