* Edit comment.

This commit is contained in:
tianshujie98
2020-10-28 13:18:21 +08:00
parent b42ad11913
commit ef7c4ddd72
+1 -1
View File
@@ -412,7 +412,7 @@ class testtask extends control
$moduleID = ($browseType == 'bymodule') ? (int)$param : ($browseType == 'bysearch' ? 0 : ($this->cookie->taskCaseModule ? $this->cookie->taskCaseModule : 0));
$queryID = ($browseType == 'bysearch') ? (int)$param : 0;
/* Get project type and set assignedTos. */
/* Get project type and set assignedToList. */
$project = $this->project->getById($task->project);
if($project->acl == 'private')
{