[-] BO : fixed bug #PSCFV-5838 Advanced Parameters - E-mail - Custom SMTP does not work if the password contains symbols '<' or '>'

This commit is contained in:
Vincent Augagneur
2012-11-26 10:45:32 +01:00
parent 7e76e4b2e1
commit c76af96415
2 changed files with 8 additions and 3 deletions
-1
View File
@@ -643,7 +643,6 @@ 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');
}