* Adjust code for task#43913.

This commit is contained in:
dingna
2021-11-04 16:21:59 +08:00
parent 4f30e04c95
commit ccabbde1e0
+1 -1
View File
@@ -2500,7 +2500,7 @@ class bugModel extends model
if($branch and strpos($bugQuery, '`branch` =') === false) $bugQuery .= " AND `branch` in('0','$branch')";
if(strpos($bugQuery, $allBranch) !== false) $bugQuery = str_replace($allBranch, '1', $bugQuery);
$allProject = "`project` = 'all'";
$allProject = "`project` = 'all'";
if(strpos($bugQuery, $allProject) !== false)
{
$projectIDList = $this->getAllProjectIds();