return decoded

This commit is contained in:
HB9HIL
2024-10-28 11:31:55 +01:00
parent 98f153259a
commit 9f609ae191

View File

@@ -492,7 +492,7 @@ class CI_Email {
_setlocale(LC_ALL, $origin_lang);
}
return $message;
return html_entity_decode($message);
}
// --------------------------------------------------------------------