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

Fix permission to show details of project

parent 749e5eb7
Branches
No related tags found
No related merge requests found
......@@ -991,7 +991,7 @@ class Project extends CommonObject
}
$linkclose='';
if (empty($notooltip) && $user->rights->propal->lire)
if (empty($notooltip) && $user->rights->projet->lire)
{
if (! empty($conf->global->MAIN_OPTIMIZEFORTEXTBROWSER))
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment