diff --git a/classes/Address.php b/classes/Address.php index c8051e0a5..7f51bcd79 100644 --- a/classes/Address.php +++ b/classes/Address.php @@ -156,7 +156,7 @@ class AddressCore extends ObjectModel */ public function __construct($id_address = null, $id_lang = null) { - parent::__construct($id_address); + parent::__construct($id_address, $id_lang); /* Get and cache address country name */ if ($this->id)