Skip to content

fixed a problem where cronjobs like awstats don't get executed

Anton Avramov requested to merge (removed):stable-3.1 into stable-3.1

There is an extra single quote that prevents the record for the last execution to get executed. This prevents from cronjobs ever being executed, since the first _nest_run is always after the current run, unless a record is inserted.

Merge request reports