reset anon IDs on the comment/list too

This commit is contained in:
Shish 2010-02-03 15:22:54 +00:00
parent 8b93b0644c
commit e3fc8cf782

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);
}