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:
parent
8997700793
commit
c89c0e9d08
@ -82,7 +82,7 @@ public function save() {
|
||||
|
||||
|
||||
// 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,
|
||||
'topic' => $this->topic
|
||||
)));
|
||||
|
Loading…
Reference in New Issue
Block a user