Antwortmöglichkeit
This commit is contained in:
@@ -80,7 +80,7 @@ class Comment
|
||||
*/
|
||||
public function isReply(): bool
|
||||
{
|
||||
return $this->parentCommentId !== null;
|
||||
return $this->parentCommentId !== null && $this->parentCommentId !== 0;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user