// Add module upgrader

This commit is contained in:
vSchoener
2011-12-19 17:54:54 +00:00
parent 94195342f6
commit e97baff814
5 changed files with 270 additions and 28 deletions
+3
View File
@@ -340,6 +340,9 @@ class FrontControllerCore extends Controller
$this->iso = $iso;
$this->setMedia();
// Customer wasn't defined at all
$customer = new StdClass();
if($this->context->cookie->id_country)
$customer->geoloc_id_country = (int)$this->context->cookie->id_country;
if($this->context->cookie->id_state)