* bug: fix error of using undefined variable.

This commit is contained in:
liugang
2023-05-31 09:40:56 +08:00
parent a2ff29e525
commit de3f340de9
+1 -1
View File
@@ -804,7 +804,7 @@ class bug extends control
$skipBugIdList = '';
foreach($bugIdList as $bugID)
{
$oldBug = $bugs[$bugID];
$oldBug = $oldBugs[$bugID];
if($branchID != $oldBug->branch)
{
if(empty($oldBug->module))