From 0133338989aa94a6be9169620bdf323047a8cda7 Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Mon, 28 May 2012 09:13:26 +0000 Subject: [PATCH] [-] Project : #PSCFV-2594 - Allow accent in URL git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15705 b9a71923-0436-4b27-9f14-aed3839534dd --- classes/Tools.php | 1 - 1 file changed, 1 deletion(-) diff --git a/classes/Tools.php b/classes/Tools.php index 164847286..b2dacc7f6 100644 --- a/classes/Tools.php +++ b/classes/Tools.php @@ -936,7 +936,6 @@ class ToolsCore $str = mb_strtolower($str, 'utf-8'); $str = trim($str); - $str = Tools::replaceAccentedChars($str); // Remove all non-whitelist chars. $str = preg_replace('/[^a-zA-Z0-9\s\'\:\/\[\]-\pL]/u', '', $str);