From 8a67a3af10e463ef1b8d1b2e30ca1b2dc0f5da76 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 1 Mar 2015 16:12:55 +0100 Subject: [PATCH] Fix missing one param --- htdocs/projet/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/projet/index.php b/htdocs/projet/index.php index 8baa287731e..1619afd4a91 100644 --- a/htdocs/projet/index.php +++ b/htdocs/projet/index.php @@ -228,7 +228,7 @@ if ( $resql ) { $tasktmp->id = $obj->taskid; $tasktmp->ref = $obj->label; - print $tasktmp->getNomUrl(1); + print $tasktmp->getNomUrl(1, 'withproject'); } else print $langs->trans("NoTasks"); print '';