diff --git a/bootstrap/bootstrap.php b/bootstrap/bootstrap.php index 96cd8ae..d02e4cf 100644 --- a/bootstrap/bootstrap.php +++ b/bootstrap/bootstrap.php @@ -191,7 +191,7 @@ public function processVisitorMessage($eventMessage) { $db->commit(); - erLhcoreClassChatEventDispatcher::getInstance()->dispatch('chat.addmsguser',array('chat' => & $chat, 'msg' => & $msg)); + erLhcoreClassChatEventDispatcher::getInstance()->dispatch('chat.messages_added_passive',array('chat' => & $chat, 'msg' => & $msg)); } catch (Exception $e) { $db->rollback();