From 67ba2e5df5efeda6abb72cf31344841144a71f8b Mon Sep 17 00:00:00 2001 From: mMarinetti Date: Wed, 23 Nov 2011 15:37:50 +0000 Subject: [PATCH] // phpdoc fix git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10550 b9a71923-0436-4b27-9f14-aed3839534dd --- 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)