Merge pull request #5418 from atm-maxime/fix_time_spent_right

FIX #5319
This commit is contained in:
Laurent Destailleur 2016-06-30 21:56:25 +02:00 committed by GitHub
commit d4226a038e

View File

@ -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;