diff --git a/classes/Mail.php b/classes/Mail.php index 76ffadc40..3fc073fa8 100644 --- a/classes/Mail.php +++ b/classes/Mail.php @@ -372,11 +372,11 @@ class MailCore $file_core = _PS_ROOT_DIR_.'/mails/'.$iso_code.'/lang.php'; if (Tools::file_exists_cache($file_core) && empty($_LANGMAIL)) - include_once($file_core); + include($file_core); $file_theme = _PS_THEME_DIR_.'mails/'.$iso_code.'/lang.php'; if (Tools::file_exists_cache($file_theme)) - include_once($file_theme); + include($file_theme); if (!is_array($_LANGMAIL)) return (str_replace('"', '"', $string)); diff --git a/mails/en/backoffice_order.html b/mails/en/backoffice_order.html index cd5bd4286..a93abf583 100644 --- a/mails/en/backoffice_order.html +++ b/mails/en/backoffice_order.html @@ -20,7 +20,7 @@