Pre-select the monitoring module in the setup wizard

It's TEH module!!1

refs #8191
This commit is contained in:
Johannes Meyer 2015-01-21 16:57:08 +01:00
parent 913143f3a8
commit 71fd1036de

View File

@ -34,7 +34,8 @@ class ModulePage extends Form
'checkbox',
$module->getName(),
array(
'label' => ucfirst($module->getName())
'label' => ucfirst($module->getName()),
'value' => $module->getName() === 'monitoring' ? 1 : 0
)
);
$this->addElement(