1
0
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:
Tim Düsterhus 2013-10-06 16:34:40 +02:00
parent 5a85be5240
commit 7acf736510

View File

@ -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();