* Fix error.

This commit is contained in:
leiyong
2020-10-21 15:39:33 +08:00
parent 98917fe56f
commit 8408afd4b7
+1 -1
View File
@@ -130,7 +130,7 @@ class programplan extends control
$this->app->loadLang('stage');
$program = $this->loadModel('project')->getById($programID);
$plans = $this->programplan->getStaes($programID, $this->productID, $planID, $browseType);
$plans = $this->programplan->getStage($programID, $this->productID, $planID, $browseType);
$title = $this->lang->programplan->create . $this->lang->colon . $program->name;
$position[] = html::a($this->createLink('programplan', 'browse', "program=$programID"), $program->name);