From f72d0851bcd87dd8b08eef384aea2fc2ee6ce734 Mon Sep 17 00:00:00 2001 From: rMalie Date: Wed, 4 Apr 2012 11:24:02 +0000 Subject: [PATCH] // Fix Product->deleteAttributeCombinaison --- classes/Product.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Product.php b/classes/Product.php index 4f54802b6..f74dbe480 100644 --- a/classes/Product.php +++ b/classes/Product.php @@ -4904,7 +4904,7 @@ class ProductCore extends ObjectModel public function deleteAttributeCombinaison($id_product_attribute) { Tools::displayAsDeprecated('Use Product::deleteAttributeCombination($id_product_attribute)'); - return $this->deleteAttributeCombination($id_lang); + return $this->deleteAttributeCombination($id_product_attribute); } /**