* Fix bugs.

This commit is contained in:
Yagami
2020-10-21 16:01:39 +08:00
parent 700485be12
commit d6b59ef125
9 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -435,7 +435,7 @@ class program extends control
/* Load pager and get tasks. */
$this->app->loadClass('pager', $static = true);
$pager = new pager($recTotal, $recPerPage, $pageID);
$pager = new pager(0, $recPerPage, $pageID);
$this->view->title = $this->lang->program->PGMStakeholder;
$this->view->position[] = $this->lang->program->PGMStakeholder;