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

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

Loading