Skip to content

Commit

Permalink
ENGCOM-3808: Issue fixed #20128 : Date range returns the same start a…
Browse files Browse the repository at this point in the history
…nd end date #20129
  • Loading branch information
sidolov authored Mar 4, 2019
2 parents fe882be + b2898bf commit 26f84cf
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 26f84cf

Please sign in to comment.