* Fix bug.

This commit is contained in:
leiyong
2020-12-02 13:13:11 +08:00
parent 3d51aad302
commit 2cc9dfd17f
+1 -1
View File
@@ -765,7 +765,7 @@ class block extends control
$type = isset($this->params->type) ? $this->params->type : 'all';
$orderBy = isset($this->params->orderBy) ? $this->params->orderBy : 'id_desc';
$this->view->projects = $this->loadModel('program')->getPRJOverview('byStatus', $type, $orderBy, $count);
$this->view->programs = $this->loadModel('program')->getPRJOverview('byStatus', $type, $orderBy, $count);
$this->view->users = $this->loadModel('user')->getPairs('noletter');
}