From 8024a613760856d0319fd9556c9740567f6fab3e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 22 Sep 2013 21:07:00 +0200 Subject: [PATCH] Add missing label --- htdocs/comm/action/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/action/fiche.php b/htdocs/comm/action/fiche.php index dd52d5d92a2..45ffe24781b 100644 --- a/htdocs/comm/action/fiche.php +++ b/htdocs/comm/action/fiche.php @@ -1000,7 +1000,7 @@ if ($id > 0) { $project=new Project($db); $project->fetch($act->fk_project); - print $project->getNomUrl(1); + print $project->getNomUrl(1,'',1); } print ''; }