From d3f9bd633cd5666f1272e136291c9583221acdbd Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Mon, 2 Mar 2015 18:30:52 +0100 Subject: [PATCH] Installation: Hide the required cue when choosing the preference backend refs #7934 --- modules/setup/application/forms/PreferencesPage.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/setup/application/forms/PreferencesPage.php b/modules/setup/application/forms/PreferencesPage.php index 3e91fc428..9763db3b3 100644 --- a/modules/setup/application/forms/PreferencesPage.php +++ b/modules/setup/application/forms/PreferencesPage.php @@ -16,6 +16,7 @@ class PreferencesPage extends Form */ public function init() { + $this->setRequiredCue(null); $this->setName('setup_preferences_type'); }