SelfServiceSettingsForm: fix setting name

This commit is contained in:
Thomas Gelf 2017-07-07 09:16:48 +02:00
parent 91e9cec1e0
commit 251b97c023

View File

@ -173,7 +173,7 @@ class SelfServiceSettingsForm extends DirectorForm
'Also install NSClient++. It can be used through the Icinga Agent' 'Also install NSClient++. It can be used through the Icinga Agent'
. ' and comes with a bunch of additional Check Plugins' . ' 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, 'required' => true,
], true); ], true);
} }