// small fix

This commit is contained in:
rGaillard
2012-06-06 17:10:24 +00:00
parent a18e5e792e
commit e0f1065f3e
2 changed files with 3 additions and 3 deletions

View File

@@ -322,7 +322,7 @@ class FrontControllerCore extends Controller
'modules_dir' => _MODULE_DIR_,
'mail_dir' => _MAIL_DIR_,
'lang_iso' => $this->context->language->iso_code,
'come_from' => Tools::getHttpHost(true, true).Tools::htmlentitiesUTF8(str_replace('\'', '', urldecode($_SERVER['REQUEST_URI']))),
'come_from' => Tools::getHttpHost(true, true).Tools::htmlentitiesUTF8(str_replace(array('\'', '\\'), '', urldecode($_SERVER['REQUEST_URI']))),
'cart_qties' => (int)$cart->nbProducts(),
'currencies' => Currency::getCurrencies(),
'languages' => $languages,