How to reproduce original error:
- Enable log deleting in config.ini.php with small interval (i.e. 1 day)
- override those options via UI with bigger interval (i.e. 90 days)
- try to use invalidateArchivedReports() method with date between 1 and 90 days back from today - it will cause warning and reports for given date will not be invalidated even though they actually could be.
see #206
How to reproduce original error:
see #206