From 107c684efe96ce644bac0282e10681f0cd3086d8 Mon Sep 17 00:00:00 2001 From: liumengyi Date: Thu, 1 Jun 2023 16:40:11 +0800 Subject: [PATCH] - Fix error for bugModel-getDataOfBugsPerBuild. --- module/bug/model.php | 1 - 1 file changed, 1 deletion(-) diff --git a/module/bug/model.php b/module/bug/model.php index 58817e39e0..d45b1fe794 100644 --- a/module/bug/model.php +++ b/module/bug/model.php @@ -1405,7 +1405,6 @@ class bugModel extends model foreach($datas as $buildIdList => $data) { if(is_int($buildIdList)) continue; - if(strpos(trim($buildIdList, ','), ',') === false) continue; $openedBuildIdList = explode(',', $buildIdList);