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:
parent
74a1b58085
commit
5b8dbe7d3b
@ -188,6 +188,7 @@ public function readRoom() {
|
|||||||
}
|
}
|
||||||
// redirect to first chat-room
|
// redirect to first chat-room
|
||||||
\wcf\util\HeaderUtil::redirect(\wcf\system\request\LinkHandler::getInstance()->getLink('Chat', array(
|
\wcf\util\HeaderUtil::redirect(\wcf\system\request\LinkHandler::getInstance()->getLink('Chat', array(
|
||||||
|
'application' => 'chat',
|
||||||
'object' => $room
|
'object' => $room
|
||||||
)));
|
)));
|
||||||
exit;
|
exit;
|
||||||
|
Loading…
Reference in New Issue
Block a user