// fix on attribute positions in FO (Attribute constructor was incorrect)

This commit is contained in:
vChabot
2011-10-27 12:52:04 +00:00
parent 2b7340d9d9
commit d09855f02c
5 changed files with 70 additions and 5 deletions
+2 -2
View File
@@ -54,11 +54,11 @@ class AttributeCore extends ObjectModel
),
);
public function __construct()
public function __construct($id = null, $id_lang = null, $id_shop = null)
{
$this->image_dir = _PS_COL_IMG_DIR_;
parent::__construct();
parent::__construct($id, $id_lang, $id_shop);
}
public function getFields()