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);