[+] BO : You can now have UTF-8 URL Rewriting
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11207 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -311,7 +311,7 @@ class ValidateCore
|
||||
*/
|
||||
public static function isLinkRewrite($link)
|
||||
{
|
||||
return (boolean)preg_match('/^[_a-zA-Z0-9-]+$/', $link);
|
||||
return preg_match("/^[a-zA-Z0-9\s\-\pL]+$/u", $link);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user