+ Add table sort to program::browse.

This commit is contained in:
tianshujie
2023-10-19 10:49:54 +08:00
parent 3499444e5e
commit a3005bb7f1
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -62,6 +62,7 @@ class program extends control
$this->view->usersAvatar = $this->user->getAvatarPairs('');
$this->view->PMList = $PMList;
$this->view->progressList = $this->program->getProgressList();
$this->view->param = $param;
$this->display();
}