mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-12-22 21:40:08 +00:00
Again removed the topic-message
Fail.
This commit is contained in:
parent
65de6db578
commit
10509645da
@ -77,15 +77,6 @@ public function readData() {
|
|||||||
'color1' => $this->userData['color'][1],
|
'color1' => $this->userData['color'][1],
|
||||||
'color2' => $this->userData['color'][2]
|
'color2' => $this->userData['color'][2]
|
||||||
));
|
));
|
||||||
if ($this->room->topic != '') {
|
|
||||||
chat\message\ChatMessageEditor::create(array(
|
|
||||||
'roomID' => $this->room->roomID,
|
|
||||||
'sender' => WCF::getUser()->userID,
|
|
||||||
'time' => TIME_NOW,
|
|
||||||
'type' => chat\message\ChatMessage::TYPE_INFORMATION,
|
|
||||||
'message' => WCF::getLanguage()->getDynamicVariable($this->room->topic)
|
|
||||||
));
|
|
||||||
}
|
|
||||||
|
|
||||||
$this->readDefaultSmileys();
|
$this->readDefaultSmileys();
|
||||||
$this->readChatVersion();
|
$this->readChatVersion();
|
||||||
|
Loading…
Reference in New Issue
Block a user