diff --git a/file/lib/system/menu/page/ChatPageMenuItemProvider.class.php b/file/lib/system/menu/page/ChatPageMenuItemProvider.class.php index 7ba3ff0..78c6f3e 100644 --- a/file/lib/system/menu/page/ChatPageMenuItemProvider.class.php +++ b/file/lib/system/menu/page/ChatPageMenuItemProvider.class.php @@ -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 )); } }