* Merge 96f62d0d46, fix bug #35261.
This commit is contained in:
@@ -3475,7 +3475,7 @@ class executionModel extends model
|
||||
/* Unset burn information that is greater than the execution end date. */
|
||||
foreach($executionBurnList as $date => $burnInfo)
|
||||
{
|
||||
if($date > $end) unset($executionBurns[$date]);
|
||||
if($date > $end) unset($executionBurnList[$date]);
|
||||
}
|
||||
|
||||
$executionBurnList = $this->processBurnData($executionBurnList, $this->config->execution->defaultBurnPeriod, $begin, $end);
|
||||
|
||||
Reference in New Issue
Block a user