From d8599b52d97077a89b66b5ffa08f073baad34396 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Thu, 14 Mar 2019 08:19:22 +0100 Subject: [PATCH] Update html.formmail.class.php --- htdocs/core/class/html.formmail.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/core/class/html.formmail.class.php b/htdocs/core/class/html.formmail.class.php index b643f1dfcb9..66cff43e562 100644 --- a/htdocs/core/class/html.formmail.class.php +++ b/htdocs/core/class/html.formmail.class.php @@ -1056,12 +1056,12 @@ class FormMail extends Form //if (! $this->errorstomail) $this->errorstomail=$this->frommail; $errorstomail = (! empty($conf->global->MAIN_MAIL_ERRORS_TO) ? $conf->global->MAIN_MAIL_ERRORS_TO : $this->errorstomail); if ($this->witherrorstoreadonly) { - $out.= ''.$langs->trans("MailErrorsTo").''; - $out = ''; + $out= ''.$langs->trans("MailErrorsTo").''; + $out.= ''; $out.= $errorstomail; $out.= "\n"; } else { - $out.= ''.$langs->trans("MailErrorsTo").''; + $out= ''.$langs->trans("MailErrorsTo").''; $out.= ''; $out.= "\n"; }