From 0e51961266aec75fc61c93a049f20b8ef35e38f4 Mon Sep 17 00:00:00 2001 From: zhengrunyu Date: Thu, 18 Nov 2021 13:51:25 +0800 Subject: [PATCH] *Finish task #16378. --- module/bug/control.php | 1 - 1 file changed, 1 deletion(-) diff --git a/module/bug/control.php b/module/bug/control.php index 3052e26bef..f260aa268c 100644 --- a/module/bug/control.php +++ b/module/bug/control.php @@ -519,7 +519,6 @@ class bug extends control $builds = $this->loadModel('build')->getProductBuildPairs($productID, $branch, 'noempty,noterminate,nodone'); $stories = $this->story->getProductStoryPairs($productID, $branch); } - $builds[''] = ''; $moduleOwner = $this->bug->getModuleOwner($moduleID, $productID);