From c89c0e9d0871b5ab255a83cbddc223998791d2cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Sun, 5 Feb 2012 21:48:09 +0100 Subject: [PATCH] Use ChatRoomAction --- file/lib/acp/form/ChatRoomEditForm.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file/lib/acp/form/ChatRoomEditForm.class.php b/file/lib/acp/form/ChatRoomEditForm.class.php index a9cf230..3c49999 100644 --- a/file/lib/acp/form/ChatRoomEditForm.class.php +++ b/file/lib/acp/form/ChatRoomEditForm.class.php @@ -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 )));