From fbcd1b2375cd7fd70bbcf226bc78e151d738a786 Mon Sep 17 00:00:00 2001 From: leiyong <1549684884@qq.com> Date: Fri, 26 Mar 2021 14:27:18 +0800 Subject: [PATCH] * Adjust code. --- module/testreport/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/testreport/control.php b/module/testreport/control.php index 7fe7c1cdc9..c14bde3a32 100644 --- a/module/testreport/control.php +++ b/module/testreport/control.php @@ -566,7 +566,7 @@ class testreport extends control elseif($objectType == 'project') { $projects = $this->project->getPairsByProgram(); - $projectID = $this->project->saveState($objectID, $projects) + $projectID = $this->project->saveState($objectID, $projects); $this->project->setMenu($projectID); return $projectID; }