// Some fix after merge
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7781 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -97,7 +97,7 @@ Configuration::loadConfiguration();
|
||||
Language::loadLanguages();
|
||||
|
||||
/* Loading default country */
|
||||
$defaultCountry = new Country((int)(Configuration::get('PS_COUNTRY_DEFAULT')), Configuration::get('PS_LANG_DEFAULT'));
|
||||
$defaultCountry = new Country(Configuration::get('PS_COUNTRY_DEFAULT'), Configuration::get('PS_LANG_DEFAULT'));
|
||||
|
||||
/* Instantiate cookie */
|
||||
if (defined('PS_ADMIN_DIR'))
|
||||
|
||||
Reference in New Issue
Block a user