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