From f821dad6d2a8a5aa4fabc4ee3a39f5c59b35e964 Mon Sep 17 00:00:00 2001 From: hufangzhou <746775970@qq.com> Date: Fri, 19 Feb 2021 09:11:36 +0800 Subject: [PATCH] * Finish task #36002. --- module/program/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/program/control.php b/module/program/control.php index b2f3404488..2dc3aefa98 100644 --- a/module/program/control.php +++ b/module/program/control.php @@ -1503,7 +1503,7 @@ class program extends control $this->view->title = $this->lang->project->close; $this->view->position[] = $this->lang->project->close; - $this->view->project = $this->program->getPGMByID($projectID); + $this->view->project = $this->program->getPRJByID($projectID); $this->view->users = $this->loadModel('user')->getPairs('noletter'); $this->view->actions = $this->action->getList('project', $projectID);