[-] 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
This commit is contained in:
aFolletete
2011-09-07 08:46:05 +00:00
parent 79346ead0d
commit 18c930c28e
+1 -1
View File
@@ -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`
');
}
}