From c5be32065d568a3ba4e44fb07b86b1ae96bfa10a Mon Sep 17 00:00:00 2001 From: zhouxin Date: Wed, 18 May 2022 07:50:26 +0000 Subject: [PATCH] * Fix bug. --- module/project/control.php | 1 - 1 file changed, 1 deletion(-) diff --git a/module/project/control.php b/module/project/control.php index 2a63f367c0..026011705b 100644 --- a/module/project/control.php +++ b/module/project/control.php @@ -1060,7 +1060,6 @@ class project extends control $this->view->builds = $this->loadModel('build')->getBuildPairs($productID); $this->view->users = $this->user->getPairs('noletter'); $this->view->memberPairs = $this->user->getPairs('noletter|noclosed'); - $this->view->openedBuilds = $this->build->getBuildPairs($productID, $bug->branch, 'noempty,noterminate,nodone,withbranch', $projectID, 'project'); $this->view->branchOption = $branchOption; $this->view->branchTagOption = $branchTagOption; $this->view->executions = $executions;