Time spent can be saved with project read right

This commit is contained in:
Maxime Kohlhaas 2016-06-30 14:24:03 +02:00
parent b6700c70d6
commit c73c1a577a

View File

@ -53,7 +53,7 @@ $projectstatic = new Project($db);
* Actions * Actions
*/ */
if ($action == 'addtimespent' && $user->rights->projet->creer) if ($action == 'addtimespent' && $user->rights->projet->lire)
{ {
$error=0; $error=0;