SelfServiceSettingsForm: fix setting name

This commit is contained in:
Thomas Gelf 2017-07-07 09:16:48 +02:00
parent 91e9cec1e0
commit 251b97c023
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}