*Fix bug#22367.

This commit is contained in:
孙华伟
2022-05-12 11:03:36 +08:00
parent 58cea27fc5
commit 4f51081da0
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1378,7 +1378,7 @@ class programModel extends model
}
$hours[$projectID] = $hour;
}
/* Compute totalReal and progress. */
foreach($hours as $hour)
{