diff options
Diffstat (limited to 'cron.php')
-rw-r--r-- | cron.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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')); - |