From 0f1405e426ec7f8ee23707a84fc6765265670c0c Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Fri, 13 Jan 2012 14:12:55 +0000 Subject: [PATCH] [-] classes : #PSFV-375 - missing id_lang in the parent::__construct call git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12411 b9a71923-0436-4b27-9f14-aed3839534dd --- classes/Address.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)