aboutsummaryrefslogtreecommitdiffstats
path: root/teal-src/plugins/mod_cron.tl
diff options
context:
space:
mode:
Diffstat (limited to 'teal-src/plugins/mod_cron.tl')
-rw-r--r--teal-src/plugins/mod_cron.tl1
1 files changed, 1 insertions, 0 deletions
diff --git a/teal-src/plugins/mod_cron.tl b/teal-src/plugins/mod_cron.tl
index 1375a195..f3b8f62f 100644
--- a/teal-src/plugins/mod_cron.tl
+++ b/teal-src/plugins/mod_cron.tl
@@ -84,6 +84,7 @@ end
local function run_task(task : task_spec)
local started_at = os.time();
task:run(started_at);
+ task.last = started_at;
task:save(started_at);
end