//small fix

This commit is contained in:
Vincent Augagneur
2013-11-05 16:32:05 +01:00
parent 1a7aa020f6
commit 7e872aa581
+1 -1
View File
@@ -178,7 +178,7 @@ class Dashproducts extends Module
'.Shop::addSqlRestriction(false, 'o').'
GROUP BY product_id
ORDER BY total DESC
LIMIT '.(int)Confiuration::get('DASHPRODUCT_NBR_SHOW_BEST_SELLER', 10));
LIMIT '.(int)Configuration::get('DASHPRODUCT_NBR_SHOW_BEST_SELLER', 10));
$body = array();
foreach ($products as $product)