1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-10-31 14:10:08 +00:00

Fix redirect to first room in ChatPage

This commit is contained in:
Tim Düsterhus 2014-08-18 18:20:06 +02:00
parent 74a1b58085
commit 5b8dbe7d3b

View File

@ -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;