// Context

This commit is contained in:
rMalie
2011-07-12 13:50:15 +00:00
parent 89920e17fd
commit 286a374353
20 changed files with 319 additions and 264 deletions
+1 -1
View File
@@ -2089,7 +2089,7 @@ class ProductCore extends ObjectModel
// For retrocompatibility
$id_product_attribute = (int)$id_product_attribute;
$quantity = (int)$quantity;
if (Shop::isDefaultShop($shop))
if (Shop::getInstance($shop)->isDefaultShop())
{
if ($id_product_attribute)
{