Merge pull request #21702 from dolibit-ut/patch-408

Update index.php
This commit is contained in:
Laurent Destailleur 2022-08-11 01:26:01 +02:00 committed by GitHub
commit aea4c1df08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,6 @@ $month = $tmp['mon'];
$year = $tmp['year'];
$projectstatic = new Project($db);
$taskstatic = new Task($db);
$projectsListId = $projectstatic->getProjectsAuthorizedForUser($user, 0, 1); // Return all projects I have permission on because I want my tasks and some of my task may be on a public projet that is not my project
$taskstatic = new Task($db);
$tasktmp = new Task($db);