From 8a6c6001b4ba608999a737969fc6386f755eb151 Mon Sep 17 00:00:00 2001 From: Lufei Date: Thu, 1 Jun 2023 13:07:10 +0800 Subject: [PATCH] * Fix missing remove user for program browse. --- module/program/control.php | 1 - 1 file changed, 1 deletion(-) diff --git a/module/program/control.php b/module/program/control.php index a68af7dcd2..55f8ee7bed 100644 --- a/module/program/control.php +++ b/module/program/control.php @@ -105,7 +105,6 @@ class program extends control $this->view->orderBy = $orderBy; $this->view->summary = isset($summary) ? $summary : ''; $this->view->pager = $pager; - $this->view->users = $this->user->getPairs('noletter'); $this->view->programType = $programType; $this->view->PMList = $PMList; $this->view->progressList = $this->program->getProgressList();