* Code for bug#23055.

This commit is contained in:
xieqiyu
2022-05-29 22:16:17 +08:00
parent 87ea05d48c
commit 833e82205c
2 changed files with 29 additions and 9 deletions
+2 -2
View File
@@ -52,8 +52,8 @@ class program extends control
}
else
{
$topPrograms = $this->program->getList($status, $orderBy, $pager, 'top');
$programs = $this->program->getList($status, $orderBy, null, 'child', $topPrograms);
$this->program->getList($status, $orderBy, $pager, 'top');
$programs = $this->program->getList($status, $orderBy);
/* Get summary. */
$topCount = $indCount = 0;