Pre-select the monitoring module in the setup wizard
It's TEH module!!1 refs #8191
This commit is contained in:
parent
913143f3a8
commit
71fd1036de
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue