[-] classes : #PSFV-375 - missing id_lang in the parent::__construct call
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user