Fix syntax error

This commit is contained in:
Laurent Destailleur 2019-06-17 18:11:38 +02:00
parent c0a30d1ff5
commit f6f66f2a77

View File

@ -428,7 +428,7 @@ if (($id > 0 || ! empty($ref)) || $projectidforalltimes > 0)
print '<br>';
// Link to create time
if ($user->rights->projet->all->lire || $user->rights->projet->lire)) // To enter time, read permission is enough
if ($user->rights->projet->all->lire || $user->rights->projet->lire) // To enter time, read permission is enough
{
if ($projectstatic->public || $userRead > 0)
{