mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2025-01-09 00:20:08 +00:00
Shortcut :)
This commit is contained in:
parent
a8a69eaaa9
commit
7076988c02
@ -130,7 +130,7 @@ public function readRoom() {
|
||||
// redirect to first chat-room
|
||||
$this->rooms->seek(0);
|
||||
\wcf\util\HeaderUtil::redirect(\wcf\system\request\LinkHandler::getInstance()->getLink('Chat', array(
|
||||
'object' => $this->rooms->search($this->rooms->key())
|
||||
'object' => $this->rooms->current()
|
||||
)));
|
||||
exit;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user