diff --git a/controller/chat.php b/controller/chat.php index 6af35e0..b5b7d45 100644 --- a/controller/chat.php +++ b/controller/chat.php @@ -671,7 +671,7 @@ private function addAction() if (!sizeof($rows) && ((time() - 60) < $this->last_time)) { - exit; + return; } foreach ($rows as $row)