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)