mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2025-01-09 00:20:08 +00:00
Activate onlineList dashboard box upon installation
This commit is contained in:
parent
5a85be5240
commit
7acf736510
@ -49,6 +49,11 @@ public function execute() {
|
|||||||
$stmt->execute(array('Tims Chat 3', 'page_title'));
|
$stmt->execute(array('Tims Chat 3', 'page_title'));
|
||||||
\wcf\data\option\OptionEditor::resetCache();
|
\wcf\data\option\OptionEditor::resetCache();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
\wcf\system\dashboard\DashboardHandler::setDefaultValues('com.woltlab.wcf.user.DashboardPage', array(
|
||||||
|
// content
|
||||||
|
'be.bastelstu.chat.onlineList' => 1
|
||||||
|
));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$install = new Install();
|
$install = new Install();
|
||||||
|
Loading…
Reference in New Issue
Block a user