Installation: Hide the required cue when choosing the preference backend

refs #7934
This commit is contained in:
Johannes Meyer 2015-03-02 18:30:52 +01:00
parent ea7b77eb72
commit d3f9bd633c
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ class PreferencesPage extends Form
*/ */
public function init() public function init()
{ {
$this->setRequiredCue(null);
$this->setName('setup_preferences_type'); $this->setName('setup_preferences_type');
} }