// Add module upgrader
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11388 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user