mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2025-01-22 02:00:40 +00:00
Merge branch '3.0.x'
This commit is contained in:
commit
63adcd13d3
@ -38,6 +38,9 @@ class OnlineListDashboardBox extends \wcf\system\dashboard\box\AbstractContentDa
|
||||
* @see wcf\system\dashboard\box\AbstractContentDashboardBox::render()
|
||||
*/
|
||||
protected function render() {
|
||||
if (!MODULE_CHAT) return false;
|
||||
if (!\wcf\system\WCF::getUser()->userID) return false;
|
||||
|
||||
\wcf\system\WCF::getTPL()->assign(array(
|
||||
'rooms' => $this->rooms
|
||||
));
|
||||
|
Loading…
x
Reference in New Issue
Block a user