[-] 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:
@@ -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`
|
||||
');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user