// Fix page link (for W3C)

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14680 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
jBreux
2012-04-17 12:54:02 +00:00
parent ffebd91170
commit d126db086f
+1 -1
View File
@@ -382,7 +382,7 @@ class LinkCore
if (!is_array($request))
{
// @FIXME html_entity_decode has been added due to '&' => '%3B' ...
$request = html_entity_decode($request);
$request = urlencode(html_entity_decode($request));
parse_str($request, $request);
}
unset($request['controller']);