* Merger code.

This commit is contained in:
leiyong
2020-08-20 11:13:07 +08:00
parent de3c53ec94
commit a39e00876e
12 changed files with 182 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ class program extends control
$this->view->title = $this->lang->program->common . $this->lang->colon . $this->lang->program->index;
$this->view->position[] = $this->lang->program->index;
$this->view->program = $this->project->getByID($programID);
$this->display();
}