[-] CORE : fixed bug #PSCFV-8787 - URL Rewriting remove accent

This commit is contained in:
vAugagneur
2013-04-19 11:07:59 +02:00
parent f93c7ec8c7
commit da4c87d9ba
+1 -1
View File
@@ -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.