diff --git a/file/lib/page/ChatPage.class.php b/file/lib/page/ChatPage.class.php index 0770719..bb56a09 100644 --- a/file/lib/page/ChatPage.class.php +++ b/file/lib/page/ChatPage.class.php @@ -188,6 +188,7 @@ public function readRoom() { } // redirect to first chat-room \wcf\util\HeaderUtil::redirect(\wcf\system\request\LinkHandler::getInstance()->getLink('Chat', array( + 'application' => 'chat', 'object' => $room ))); exit;