Skip to content

Commit

Permalink
Remove title from preferences page
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Nov 10, 2015
1 parent 93ecc51 commit 8d072bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/forms/PreferenceForm.php
Expand Up @@ -41,7 +41,6 @@ class PreferenceForm extends Form
public function init()
{
$this->setName('form_config_preferences');
$this->setTitle($this->translate('Preferences'));
}

/**
Expand Down

0 comments on commit 8d072bc

Please sign in to comment.