From 7e872aa5818493e2b61cba81ca37f9394f8291b3 Mon Sep 17 00:00:00 2001 From: Vincent Augagneur Date: Tue, 5 Nov 2013 16:32:05 +0100 Subject: [PATCH] //small fix --- modules/dashproducts/dashproducts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/dashproducts/dashproducts.php b/modules/dashproducts/dashproducts.php index 748d4c210..35a714ef0 100644 --- a/modules/dashproducts/dashproducts.php +++ b/modules/dashproducts/dashproducts.php @@ -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)