From edd5ddbb927da672682de4de486f92a8e2a0d3ed Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 8 Jul 2025 15:34:24 +0200 Subject: [PATCH] Fix CI --- htdocs/projet/tasks/time.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/projet/tasks/time.php b/htdocs/projet/tasks/time.php index c5249b2e79f..5633f9a8ad2 100644 --- a/htdocs/projet/tasks/time.php +++ b/htdocs/projet/tasks/time.php @@ -1,5 +1,4 @@ * Copyright (C) 2006-2023 Laurent Destailleur * Copyright (C) 2010-2012 Regis Houssin @@ -2290,7 +2289,7 @@ if (($id > 0 || !empty($ref)) || $projectidforalltimes > 0 || $allprojectforuser if (!empty($arrayfields['p.project_ref']['checked'])) { print dolPrintHTML($tmpproject->title); } else { - print $tmpproject->getNomUrl(1, 0, -1); + print $tmpproject->getNomUrl(1, '', -1); } print ''; if (!$i) {