This commit is contained in:
孙广明
2022-07-26 13:20:41 +08:00
parent 0ae6d0440f
commit 867f5467d9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1304,7 +1304,7 @@ class bug extends control
$branchIdList[$bug->product][$bug->branch] = $bug->branch;
if(!isset($modules[$bug->product][$bug->branch])) $modules[$bug->product][$bug->branch] = $modules[$bug->product][0] + $this->tree->getModulesName($bug->module);
if(!isset($modules[$bug->product][$bug->branch]) and isset($modules[$bug->product])) $modules[$bug->product][$bug->branch] = $modules[$bug->product][0] + $this->tree->getModulesName($bug->module);
}
/* Get assigned to member. */