@@ -141,16 +141,6 @@ class AddListDataProvider extends BaseDataProvider
}
- /**
- * display name
- */
- $this->formData['displayName'] = htmlentities($this->formData['displayName']);
-
- * reply display name
- $this->formData['replyDisplayName'] = htmlentities($this->formData['replyDisplayName']);
/**
* hosting id
*/
@@ -30,8 +30,6 @@ class AddPreferencesDistribution extends FreeFieldsSection
$this->addField(new Switcher('replyEmail'));
- $this->addField(new Text('replyDisplayName'));
$this->addField(
(new Text('replyEmailAddress'))
->setPlaceholder(di('lang')->absoluteT('mail@example.com'))