FIX time.php crashed without project id in param
This commit is contained in:
parent
07b040a8eb
commit
adc78296aa
@ -453,7 +453,9 @@ if (($id > 0 || ! empty($ref)) || $projectidforalltimes > 0)
|
|||||||
|
|
||||||
// Third party
|
// Third party
|
||||||
$morehtmlref.=$langs->trans("ThirdParty").': ';
|
$morehtmlref.=$langs->trans("ThirdParty").': ';
|
||||||
|
if (!empty($projectstatic->thirdparty)) {
|
||||||
$morehtmlref.=$projectstatic->thirdparty->getNomUrl(1);
|
$morehtmlref.=$projectstatic->thirdparty->getNomUrl(1);
|
||||||
|
}
|
||||||
$morehtmlref.='</div>';
|
$morehtmlref.='</div>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user