Skip to content

Commit

Permalink
4.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelbart committed Feb 5, 2020
1 parent 570d833 commit bc4b9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/classes/class-helpful-tabs-start.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public function ajax_get_stats_range()

$response = [];
$from = date_i18n( 'Y-m-d', strtotime( sanitize_text_field( $_REQUEST['from'] ) ) );
$to = date_i18n( 'Y-m-d', strtotime( sanitize_text_field( $_REQUEST['to'] ) );
$to = date_i18n( 'Y-m-d', strtotime( sanitize_text_field( $_REQUEST['to'] ) ) );
$response = Helpful_Helper_Stats::getStatsRange( $from, $to );
$response['from'] = $from;
$response['to'] = $to;
Expand Down

0 comments on commit bc4b9c4

Please sign in to comment.