Error in 2.2 – last week/last month return same result
-
Error in line 199 causes last month’s stats to be shown the same as last week’s.
$this->populate_stats( $lastweek, current_time('mysql'));
should be:
$this->populate_stats( $lastmonth, current_time('mysql'));
https://www.ads-software.com/plugins/electric-studio-download-counter/
- The topic ‘Error in 2.2 – last week/last month return same result’ is closed to new replies.