1
0
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:
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')); $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();