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 '';