mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-02-12 14:39:31 -06:00
(Fix) ChatController 🐛
- add missing variable operator. - Use of undefined constant receiver_id - assumed 'receiver_id'.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user