reset anon IDs on the comment/list too
This commit is contained in:
		
							parent
							
								
									a02e440048
								
							
						
					
					
						commit
						48a4dbd6e1
					
				@ -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);
 | 
			
		||||
			}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user