[-] BO : fixed bug #PSCFV-2828 - Changing the default attribute : no refresh

This commit is contained in:
vAugagneur
2012-06-14 09:03:44 +00:00
parent 61060c8262
commit 9486a21bee
+1 -1
View File
@@ -1123,7 +1123,7 @@ class ProductCore extends ObjectModel
$result &= ObjectModel::updateMultishopTable('product', array(
'cache_default_attribute' => (int)$id_product_attribute,
), '`a.id_product` = '.(int)$this->id);
), 'a.`id_product` = '.(int)$this->id);
return $result;
}