* Adjust the code.

This commit is contained in:
hufangzhou
2021-06-18 09:25:50 +08:00
parent db2212743b
commit b7caec933d
+1 -1
View File
@@ -1113,7 +1113,7 @@ class project extends control
$this->view->roles = $roles;
$this->view->dept = $dept;
$this->view->depts = array('' => '') + $this->dept->getOptionMenu();
$this->view->currentMembers = $this->project->getTeamMembers($projectID);;
$this->view->currentMembers = $this->project->getTeamMembers($projectID);
$this->display();
}