diff --git a/module/execution/control.php b/module/execution/control.php index 25b7228018..d7811ba665 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -2021,7 +2021,7 @@ class execution extends control $deadline = $execution->status == 'closed' ? substr($execution->closedDate, 0, 10) : $execution->suspendedDate; $deadline = strpos('closed,suspended', $execution->status) === false ? helper::today() : $deadline; $endDate = strpos($type, 'withdelay') !== false ? $deadline : $execution->end; - list($dateList, $interval) = $this->execution->getDateList($execution->begin, $endDate, $type, 0, 'Y-m-d'); + list($dateList, $interval) = $this->execution->getDateList($execution->begin, $endDate, $type, 0, 'Y-m-d', $execution->end); $chartData = $this->execution->buildBurnData($executionID, $dateList, $type); /* Load pager. */