Fix missing one param
This commit is contained in:
parent
8a00109baf
commit
8a67a3af10
@ -228,7 +228,7 @@ if ( $resql )
|
|||||||
{
|
{
|
||||||
$tasktmp->id = $obj->taskid;
|
$tasktmp->id = $obj->taskid;
|
||||||
$tasktmp->ref = $obj->label;
|
$tasktmp->ref = $obj->label;
|
||||||
print $tasktmp->getNomUrl(1);
|
print $tasktmp->getNomUrl(1, 'withproject');
|
||||||
}
|
}
|
||||||
else print $langs->trans("NoTasks");
|
else print $langs->trans("NoTasks");
|
||||||
print '</td>';
|
print '</td>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user