From 8d072bcb98baac6e7e3e99f4caf0461ff2615ef7 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 10 Nov 2015 14:05:01 +0100 Subject: [PATCH] Remove title from preferences page refs #5543 --- application/forms/PreferenceForm.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/forms/PreferenceForm.php b/application/forms/PreferenceForm.php index e9aca1d26..d8ab9f2b1 100644 --- a/application/forms/PreferenceForm.php +++ b/application/forms/PreferenceForm.php @@ -41,7 +41,6 @@ class PreferenceForm extends Form public function init() { $this->setName('form_config_preferences'); - $this->setTitle($this->translate('Preferences')); } /**