From 2751e1a3d32b2623bab6a1b5d0e26dcffccd6c0a Mon Sep 17 00:00:00 2001 From: aFolletete Date: Wed, 7 Sep 2011 08:46:05 +0000 Subject: [PATCH] [-] Classes : fixed sql error on Combination class --- classes/Combination.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Combination.php b/classes/Combination.php index b642ece93..f8ac8f97f 100644 --- a/classes/Combination.php +++ b/classes/Combination.php @@ -195,7 +195,7 @@ class CombinationCore extends ObjectModel { return (bool)Db::getInstance(_PS_USE_SQL_SLAVE_)->getValue(' SELECT COUNT(*) - FROM `ps_product_attribute` + FROM `'._DB_PREFIX_.'product_attribute` '); } }