[-] CORE : fixed bug #PSCFV-8787 - URL Rewriting remove accent
This commit is contained in:
+1
-1
@@ -982,7 +982,7 @@ class ToolsCore
|
||||
|
||||
if (function_exists('mb_strtolower'))
|
||||
$str = mb_strtolower($str, 'utf-8');
|
||||
elseif (!$allow_accented_chars)
|
||||
if (!$allow_accented_chars)
|
||||
$str = Tools::replaceAccentedChars($str);
|
||||
|
||||
// Remove all non-whitelist chars.
|
||||
|
||||
Reference in New Issue
Block a user