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

Force Frontend in ChatPageMenuItemProvider::getLink()

This commit is contained in:
Tim Düsterhus 2013-12-06 21:56:10 +01:00
parent 37af6104dd
commit 0076bb764e

View File

@ -46,7 +46,8 @@ public function isVisible() {
public function getLink() {
return \wcf\system\request\LinkHandler::getInstance()->getLink('Chat', array(
'application' => 'chat',
'object' => $this->room
'object' => $this->room,
'forceFrontend' => true
));
}
}