mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10: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'));
|
||||
\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();
|
||||
|
Loading…
Reference in New Issue
Block a user