diff --git a/application/forms/SelfServiceSettingsForm.php b/application/forms/SelfServiceSettingsForm.php index 3c56157c..af74472d 100644 --- a/application/forms/SelfServiceSettingsForm.php +++ b/application/forms/SelfServiceSettingsForm.php @@ -173,7 +173,7 @@ class SelfServiceSettingsForm extends DirectorForm 'Also install NSClient++. It can be used through the Icinga Agent' . ' and comes with a bunch of additional Check Plugins' ), - 'value' => $settings->getStoredOrDefaultValue('self-service/allow_updates'), + 'value' => $settings->getStoredOrDefaultValue('self-service/install_nsclient'), 'required' => true, ], true); }