Skip to content
Snippets Groups Projects
Commit c73c1a57 authored by Maxime Kohlhaas's avatar Maxime Kohlhaas
Browse files

Time spent can be saved with project read right

parent b6700c70
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ $projectstatic = new Project($db);
* Actions
*/
if ($action == 'addtimespent' && $user->rights->projet->creer)
if ($action == 'addtimespent' && $user->rights->projet->lire)
{
$error=0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment