// Context part 15

This commit is contained in:
rMalie
2011-07-19 16:17:14 +00:00
parent 1fdf4400b7
commit 02a738dce1
39 changed files with 231 additions and 198 deletions
+1 -1
View File
@@ -308,7 +308,7 @@ class AuthControllerCore extends FrontController
}*/
if (!isset($selectedCountry))
$selectedCountry = (int)(Configuration::get('PS_COUNTRY_DEFAULT'));
$countries = Country::getCountries((int)(self::$cookie->id_lang), true, NULL, $this->id_current_shop);
$countries = Country::getCountries((int)(self::$cookie->id_lang), true);
$this->smarty->assign(array(
'countries' => $countries,