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

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16015 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vAugagneur
2012-06-14 09:03:44 +00:00
parent 9ea230bb0a
commit 6f375155d2
+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;
}