From d1e9dadec8163f5f232ccc121a000743fd390ce2 Mon Sep 17 00:00:00 2001 From: rMalie Date: Thu, 26 Jan 2012 09:57:27 +0000 Subject: [PATCH] // Fix installer context git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12704 b9a71923-0436-4b27-9f14-aed3839534dd --- install-new/controllers/http/process.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install-new/controllers/http/process.php b/install-new/controllers/http/process.php index 77c7bfd4c..cc63aeb1a 100644 --- a/install-new/controllers/http/process.php +++ b/install-new/controllers/http/process.php @@ -153,6 +153,8 @@ class InstallControllerHttpProcess extends InstallControllerHttp Context::getContext()->shop = new Shop(1); Configuration::loadConfiguration(); Context::getContext()->language = new Language(Configuration::get('PS_LANG_DEFAULT')); + Context::getContext()->country = new Country('PS_COUNTRY_DEFAULT'); + Context::getContext()->cart = new Cart(); require_once _PS_ROOT_DIR_.'/config/smarty.config.inc.php'; Context::getContext()->smarty = $smarty;