// definition on addFeatureValueImport

This commit is contained in:
gRoussac
2013-10-23 01:23:35 +02:00
parent 5d28d38a22
commit feca06417f

View File

@@ -128,7 +128,7 @@ class FeatureValueCore extends ObjectModel
return $tab['value'];
}
public static function addFeatureValueImport($id_feature, $value, $id_product, $id_lang = null, $custom = false)
public static function addFeatureValueImport($id_feature, $value, $id_product = null, $id_lang = null, $custom = false)
{
$id_feature_value = false;
if (!is_null($id_product) && $id_product)