diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 9b0ef17b465..6d802e7f567 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -5134,8 +5134,8 @@ class Form * @param int $width Width of photo * @param int $height Height of photo (auto if 0) * @param int $caneditfield Add edit fields - * @param string $imagesize 'mini', 'small' or '' (original) * @param string $cssclass CSS name to use on img for photo + * @param string $imagesize 'mini', 'small' or '' (original) * @return string HTML code to output photo */ static function showphoto($modulepart, $object, $width=100, $height=0, $caneditfield=0, $cssclass='photowithmargin', $imagesize='')