* Finish task #36018.

This commit is contained in:
holan20180123
2021-02-19 15:23:32 +08:00
parent c289d0092c
commit 1e7beb09af
24 changed files with 233 additions and 26 deletions
+1 -2
View File
@@ -132,8 +132,7 @@ class program extends control
$this->view->title = $this->lang->program->PGMProduct;
$this->view->position[] = $this->lang->program->PGMProduct;
$this->view->program = $this->program->getPGMByID($programID);
$this->view->program = $program;
$this->view->browseType = $browseType;
$this->view->orderBy = $orderBy;
$this->view->pager = $pager;