[-] Classes : fixed sql error on Combination class

This commit is contained in:
aFolletete
2011-09-07 08:46:05 +00:00
parent e458566e2b
commit 2751e1a3d3
+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`
');
}
}