// Small fix
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17104 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
+1
-5
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user