From 7ea847db020d15b2e61aaee1eb3e10ca6a3b86b9 Mon Sep 17 00:00:00 2001 From: tanghucheng Date: Tue, 19 Apr 2022 15:41:14 +0800 Subject: [PATCH] * Fix bug #21846. --- module/my/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/my/control.php b/module/my/control.php index 171cef2db3..41123fb5cf 100644 --- a/module/my/control.php +++ b/module/my/control.php @@ -856,7 +856,7 @@ EOF; $this->view->browseType = $browseType; $this->view->ncs = $ncList; $this->view->users = $this->loadModel('user')->getPairs('noclosed|noletter'); - $this->view->projects = $this->loadModel('project')->getPairsByProgram(0); + $this->view->projects = $this->loadModel('project')->getPairsByProgram(); $this->view->pager = $pager; $this->view->orderBy = $orderBy; $this->view->mode = 'nc';