// Fix ObjectModel::updateMultishopTable() for Combination

This commit is contained in:
rMalie
2012-04-17 15:29:07 +00:00
parent 1347182fad
commit 06a114b70b
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
{