From 660ef022fb892888925aedec03303a9dd8dd7488 Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Mon, 16 Jan 2012 09:20:45 +0000 Subject: [PATCH] [-] classes : #PSFV-375 - Reverting --- classes/Address.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Address.php b/classes/Address.php index 7f51bcd79..c8051e0a5 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, $id_lang); + parent::__construct($id_address); /* Get and cache address country name */ if ($this->id)