[-] BO : fix bug #PSCFV-2251 - http_build_query must fix arg_separator

This commit is contained in:
tDidierjean
2012-05-09 13:39:19 +00:00
parent 04a3867b9b
commit 6b590be45f
44 changed files with 47 additions and 47 deletions
+1 -1
View File
@@ -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');