From 4705b9529bac990be163dd16b7bbdd9b83bf7993 Mon Sep 17 00:00:00 2001 From: mMarinetti Date: Wed, 23 Nov 2011 15:37:50 +0000 Subject: [PATCH] // phpdoc fix --- classes/Product.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)