// Small fix

This commit is contained in:
rGaillard
2012-08-30 15:43:17 +00:00
parent a11470da17
commit 575dddfc22
+1 -5
View File
@@ -1017,11 +1017,7 @@ class ProductCore extends ObjectModel
$diff = false;
for ($i = 0; $diff == false && isset($product_attribute[$i]); $i++)
if (!in_array($product_attribute[$i], $attributes_list) || $key == $current_product_attribute)
{
if ($return_id)
return $key;
return true;
}
$diff = true;
if (!$diff)
{
if ($return_id)