diff options
Diffstat (limited to 'Zotlabs/Daemon/Cron.php')
-rw-r--r-- | Zotlabs/Daemon/Cron.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Daemon/Cron.php b/Zotlabs/Daemon/Cron.php index 335ff9751..5c0330806 100644 --- a/Zotlabs/Daemon/Cron.php +++ b/Zotlabs/Daemon/Cron.php @@ -55,6 +55,7 @@ class Cron { db_utcnow() ); + require_once('include/account.php'); remove_expired_registrations(); $interval = get_config('system', 'delivery_interval', 3); |