Replace Comment System #4

Merged
w33b merged 20 commits from comment-system into main 2026-01-10 21:16:56 +00:00
Showing only changes of commit ab61574956 - Show all commits

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