Issue #2505149 by Dom.: Remove empty Personalization panel in AccountSettingsForm

8.0.x
Alex Pott 2015-06-16 16:14:29 +01:00
parent 5a3e3b1743
commit 78a423e4aa
1 changed files with 0 additions and 9 deletions

View File

@ -186,15 +186,6 @@ class AccountSettingsForm extends ConfigFormBase {
}
}
// Account settings.
$filter_exists = $this->moduleHandler->moduleExists('filter');
$form['personalization'] = array(
'#type' => 'details',
'#title' => $this->t('Personalization'),
'#open' => TRUE,
'#access' => $filter_exists,
);
// Default notifications address.
$form['mail_notification_address'] = array(
'#type' => 'email',