From 18c930c28ec160a6d5d12fec71665fabfaa11d03 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 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8382 b9a71923-0436-4b27-9f14-aed3839534dd --- 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` '); } }