From 71fd1036deafd6ed12a2b5c02366f59fc1d84ee3 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 21 Jan 2015 16:57:08 +0100 Subject: [PATCH] Pre-select the monitoring module in the setup wizard It's TEH module!!1 refs #8191 --- modules/setup/application/forms/ModulePage.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/setup/application/forms/ModulePage.php b/modules/setup/application/forms/ModulePage.php index 596a5d762..7add2bb81 100644 --- a/modules/setup/application/forms/ModulePage.php +++ b/modules/setup/application/forms/ModulePage.php @@ -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(