(Fix) ChatController 🐛

- add missing variable operator.
- Use of undefined constant receiver_id - assumed 'receiver_id'.
This commit is contained in:
HDVinnie
2019-02-12 13:16:19 -05:00
parent 4d8095c725
commit 92560ad681

View File

@@ -335,7 +335,7 @@ class ChatController extends Controller
}
$room_id = 0;
if ($bot_id > 0 && receiver_id == 1) {
if ($bot_id > 0 && $receiver_id == 1) {
$ignore = true;
} else {
$ignore = null;