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:
parent
37af6104dd
commit
0076bb764e
@ -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
|
||||
));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user