From 76f895c4d5e2858a4b542c0cf986c2c4b8b8e6e4 Mon Sep 17 00:00:00 2001 From: jmCollin Date: Tue, 6 Sep 2011 11:38:47 +0000 Subject: [PATCH] // Correct create product git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8361 b9a71923-0436-4b27-9f14-aed3839534dd --- classes/Search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Search.php b/classes/Search.php index 31a4147f3..c92676774 100644 --- a/classes/Search.php +++ b/classes/Search.php @@ -307,7 +307,7 @@ class SearchCore public static function getAttributes($db, $id_product, $id_lang) { - if (!Cobmination::isFeatureActive()) + if (!Combination::isFeatureActive()) return ''; $attributes = '';