From e9aa98fb9db2e1070f23d4cd3149b3dd1ee49414 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Fri, 3 Jul 2015 11:40:59 +0200 Subject: [PATCH] Fix: travis --- htdocs/core/class/html.formprojet.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/html.formprojet.class.php b/htdocs/core/class/html.formprojet.class.php index 3178fd67620..d9b60bcd1bc 100644 --- a/htdocs/core/class/html.formprojet.class.php +++ b/htdocs/core/class/html.formprojet.class.php @@ -512,7 +512,7 @@ class FormProjets * * @param string $htmlname HTML name * @param int $preselected Preselected - * @param int $shwoempty Add an empty line + * @param int $showempty Add an empty line * @param int $useshortlabel Use short label * @return int|string The HTML select list of element or '' if nothing or -1 if KO */