summaryrefslogtreecommitdiff
path: root/cron.php
diff options
context:
space:
mode:
Diffstat (limited to 'cron.php')
-rw-r--r--cron.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/cron.php b/cron.php
index 9af2f9acb..7e2ba89a7 100644
--- a/cron.php
+++ b/cron.php
@@ -27,5 +27,5 @@ module_invoke_all('cron');
// Clean up
variable_set('cron_busy', false);
+variable_set('cron_last', time());
watchdog('cron', t('Cron run completed'));
-