1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2025-01-10 00:30:09 +00:00

Use ChatRoomAction

This commit is contained in:
Tim Düsterhus 2012-02-05 21:48:09 +01:00
parent 8997700793
commit c89c0e9d08

View File

@ -82,7 +82,7 @@ public function save() {
// update room // update room
$chatRoomAction = new LabelAction(array($this->roomID), 'update', array('data' => array( $chatRoomAction = new \wcf\data\chat\room\ChatRoomEditor(array($this->roomID), 'update', array('data' => array(
'title' => $this->title, 'title' => $this->title,
'topic' => $this->topic 'topic' => $this->topic
))); )));