// Fix ObjectModel::updateMultishopTable() for Combination

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14690 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2012-04-17 15:29:07 +00:00
parent 456ea2a191
commit e7b7ab9371
2 changed files with 5 additions and 5 deletions
@@ -2482,7 +2482,7 @@ class AdminProductsControllerCore extends AdminController
$where = '
id_product = '.(int)$product->id.'
AND id_product_attribute = '.(int)$attribute['id_product_attribute'];
ObjectModel::updateMultishopTable('product_attribute', $data, $where);
ObjectModel::updateMultishopTable('Combination', $data, $where);
}
else
{