From 7255e0dedc2b59fc08843e2bf39f88ce45308ab3 Mon Sep 17 00:00:00 2001 From: xieqiyu Date: Tue, 31 May 2022 02:58:56 +0800 Subject: [PATCH] * Add notes for task#55628. --- module/program/control.php | 1 + 1 file changed, 1 insertion(+) 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);