diff options
Diffstat (limited to 'engine/lib/cron.php')
-rw-r--r-- | engine/lib/cron.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/cron.php b/engine/lib/cron.php index ff57a41f1..f216e0b2d 100644 --- a/engine/lib/cron.php +++ b/engine/lib/cron.php @@ -88,4 +88,4 @@ function cron_public_pages($hook, $type, $return_value, $params) { return $return_value; } -elgg_register_event_handler('init', 'system', 'cron_init');
\ No newline at end of file +elgg_register_event_handler('init', 'system', 'cron_init'); |