[-] BO : function str2url fixed #PSCFV-4017
This commit is contained in:
+2
-1
@@ -981,7 +981,8 @@ class ToolsCore
|
||||
|
||||
// If it was not possible to lowercase the string with mb_strtolower, we do it after the transformations.
|
||||
// This way we lose fewer special chars.
|
||||
$str = strtolower($str);
|
||||
if (!function_exists('mb_strtolower'))
|
||||
$str = strtolower($str);
|
||||
|
||||
return $str;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user