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
1 changed files with 0 additions and 1 deletions

View File

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