[-] 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:
@@ -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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user