From 5b8dbe7d3b32890a3442cddbed48fb4c198a1352 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Mon, 18 Aug 2014 18:20:06 +0200 Subject: [PATCH] Fix redirect to first room in ChatPage --- file/lib/page/ChatPage.class.php | 1 + 1 file changed, 1 insertion(+) 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;