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` '); } }