[-] BO : fix bug #PSCFV-2251 - http_build_query must fix arg_separator
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15104 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -629,7 +629,7 @@ class FrontControllerCore extends Controller
|
||||
|
||||
$strParams = '';
|
||||
if ($params)
|
||||
$strParams = ((strpos($canonicalURL, '?') === false) ? '?' : '&').http_build_query($params);
|
||||
$strParams = ((strpos($canonicalURL, '?') === false) ? '?' : '&').http_build_query($params, '', '&');
|
||||
|
||||
header('HTTP/1.0 301 Moved');
|
||||
header('Cache-Control: no-cache');
|
||||
|
||||
Reference in New Issue
Block a user