Installation: Hide the required cue when choosing the preference backend
refs #7934
This commit is contained in:
parent
ea7b77eb72
commit
d3f9bd633c
|
@ -16,6 +16,7 @@ class PreferencesPage extends Form
|
|||
*/
|
||||
public function init()
|
||||
{
|
||||
$this->setRequiredCue(null);
|
||||
$this->setName('setup_preferences_type');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue