reset anon IDs on the comment/list too

This commit is contained in:
Shish 2010-02-03 15:22:54 +00:00
parent a02e440048
commit 48a4dbd6e1

View File

@ -49,6 +49,7 @@ class CommentListTheme extends Themelet {
$comment_html .= "<p>showing $comment_limit of $comment_count comments</p>";
$comments = array_slice($comments, -$comment_limit);
}
$this->anon_id = 1;
foreach($comments as $comment) {
$comment_html .= $this->comment_to_html($comment);
}