Fix comment depth chain check

This commit is contained in:
2026-01-10 21:59:53 +01:00
parent 81038b6c26
commit ab61574956

View File

@@ -74,7 +74,7 @@ class Comment extends Component
public function postReply() public function postReply()
{ {
if (! $this->comment->depth() < 2) { if (!($this->comment->depth() < 2)) {
return; return;
} }