1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-12-22 21:40:08 +00:00

Fix reference to class

This commit is contained in:
Tim Düsterhus 2013-01-27 21:49:25 +01:00
parent 93c38d0560
commit 16e55f41e9

View File

@ -96,7 +96,7 @@ public function readData() {
'sender' => $user->userID,
'username' => $user->username,
'time' => TIME_NOW,
'type' => chat\message\ChatMessage::TYPE_LEAVE,
'type' => data\message\Message::TYPE_LEAVE,
'message' => '',
'color1' => $userData['color'][1],
'color2' => $userData['color'][2]