From bbbffae72b6ff95324c52d8000982f02ddf6e154 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 5 Mar 2019 16:27:19 +0100 Subject: [PATCH] Fix phpcs --- htdocs/core/class/html.formticket.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/html.formticket.class.php b/htdocs/core/class/html.formticket.class.php index c255145ee58..03ee95619da 100644 --- a/htdocs/core/class/html.formticket.class.php +++ b/htdocs/core/class/html.formticket.class.php @@ -352,7 +352,7 @@ class FormTicket { $formproject=new FormProjets($this->db); print ''; - print $formproject->select_projects(-1, GETPOST('projectid','int'), 'projectid', 0, 0, 1, 1); + print $formproject->select_projects(-1, GETPOST('projectid', 'int'), 'projectid', 0, 0, 1, 1); print ''; }