Skip to content
Snippets Groups Projects
Commit 8a67a3af authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix missing one param

parent 8a00109b
No related branches found
No related tags found
No related merge requests found
......@@ -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 '</td>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment