diff --git a/module/program/control.php b/module/program/control.php index 7bf21358ad..6fbd6327db 100644 --- a/module/program/control.php +++ b/module/program/control.php @@ -52,6 +52,7 @@ class program extends control } else { + /* Get pager for top program and projects whithout program. */ $this->program->getList($status, $orderBy, $pager, 'top'); $programs = $this->program->getList($status, $orderBy);