Skip to content

Commit

Permalink
ENGCOM-4445: [Backport] Issue fixed #20128 : Date range returns the s…
Browse files Browse the repository at this point in the history
…ame start and end date #21589
  • Loading branch information
sidolov authored Mar 15, 2019
2 parents eef6935 + 6bb9d92 commit 7dba2af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ public function getDateRange($range, $customStart, $customEnd, $returnObjects =
break;

case 'custom':
$dateStart = $customStart ? $customStart : $dateEnd;
$dateStart = $customStart ? $customStart : $dateStart;
$dateEnd = $customEnd ? $customEnd : $dateEnd;
break;

Expand Down

0 comments on commit 7dba2af

Please sign in to comment.