Remove title from preferences page

refs #5543
This commit is contained in:
Eric Lippmann 2015-11-10 14:05:01 +01:00
parent 93ecc51528
commit 8d072bcb98

View File

@ -41,7 +41,6 @@ class PreferenceForm extends Form
public function init() public function init()
{ {
$this->setName('form_config_preferences'); $this->setName('form_config_preferences');
$this->setTitle($this->translate('Preferences'));
} }
/** /**