[-] 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

View File

@@ -35,4 +35,4 @@
require(dirname(__FILE__).'/config/config.inc.php');
Tools::displayFileAsDeprecated();
Tools::redirect('index.php?controller=cms'.($_REQUEST ? '&'.http_build_query($_REQUEST) : ''), __PS_BASE_URI__, null, 'HTTP/1.1 301 Moved Permanently');
Tools::redirect('index.php?controller=cms'.($_REQUEST ? '&'.http_build_query($_REQUEST, '', '&') : ''), __PS_BASE_URI__, null, 'HTTP/1.1 301 Moved Permanently');