diff --git a/module/block/control.php b/module/block/control.php index 8f91d6c1e2..66fc5105a6 100644 --- a/module/block/control.php +++ b/module/block/control.php @@ -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'); }