Antwortmöglichkeit

This commit is contained in:
2026-06-15 22:47:50 +02:00
parent efb179dec2
commit f23ec27247
2 changed files with 17 additions and 4 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ class Comment
*/
public function isReply(): bool
{
return $this->parentCommentId !== null;
return $this->parentCommentId !== null && $this->parentCommentId !== 0;
}
/**