From da4c87d9ba04e06aa2891ea0cfa95a3b22d3802c Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Fri, 19 Apr 2013 11:07:59 +0200 Subject: [PATCH] [-] CORE : fixed bug #PSCFV-8787 - URL Rewriting remove accent --- classes/Tools.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Tools.php b/classes/Tools.php index e0e91e3a1..22734207a 100644 --- a/classes/Tools.php +++ b/classes/Tools.php @@ -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.