diff --git a/classes/Product.php b/classes/Product.php index 21fd55cfd..54598a72a 100644 --- a/classes/Product.php +++ b/classes/Product.php @@ -2210,7 +2210,7 @@ class ProductCore extends ObjectModel * Display price with right format and currency * * @param array $params Params - * @object $smarty Smarty object + * @param $smarty Smarty object * @return string Price with right format and currency */ public static function convertPrice($params, &$smarty)