[-] BO : fix #PSTEST-1114 - unrecognized chars in e-mail

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14385 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2012-03-30 13:42:50 +00:00
parent 16c232ed52
commit e774ee6ab1
4 changed files with 15 additions and 15 deletions
+1
View File
@@ -615,6 +615,7 @@ class ToolsCore
public static function htmlentitiesUTF8($string, $type = ENT_QUOTES)
{
if (is_array($string))
return array_map(array('Tools', 'htmlentitiesUTF8'), $string);
return htmlentities($string, $type, 'utf-8');
}