Skip to content
Snippets Groups Projects
Commit f22d0e03 authored by Regis Houssin's avatar Regis Houssin
Browse files

bugfix

parent 5296398c
No related branches found
No related tags found
No related merge requests found
......@@ -230,7 +230,8 @@ class CMailFile
$out = "--" . $this->mime_boundary . "\n";
if ($conf->fckeditor->enabled && $conf->global->FCKEDITOR_ENABLE_MAILING)
{
$out = $out . "Content-Type: text/html; charset=\"iso8859-15\"\n\n";
$out .= "Content-Type: text/html; charset=\"iso8859-15\"\n\n";
$out .= "Content-Transfer-Encoding: quoted-printable\n\n";
}
else
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment