Skip to content

Commit

Permalink
replaced exit with return
Browse files Browse the repository at this point in the history
  • Loading branch information
LMOspaceace committed Feb 1, 2016
1 parent f6d33db commit 8c9ab0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/chat.php
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ private function addAction()

if (!sizeof($rows) && ((time() - 60) < $this->last_time))
{
exit;
return;
}

foreach ($rows as $row)
Expand Down

0 comments on commit 8c9ab0a

Please sign in to comment.