diff options
author | Mario <mario@mariovavti.com> | 2021-05-17 09:42:29 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-05-17 09:42:29 +0000 |
commit | 9a5c1aa02f49d695e59ae771765d4e0f8744577a (patch) | |
tree | 29df865055e13af084b3fe03e7e46b8b119568ab | |
parent | a46e340a1344a2bdd8d371abf5b1891a49570c1b (diff) | |
download | volse-hubzilla-9a5c1aa02f49d695e59ae771765d4e0f8744577a.tar.gz volse-hubzilla-9a5c1aa02f49d695e59ae771765d4e0f8744577a.tar.bz2 volse-hubzilla-9a5c1aa02f49d695e59ae771765d4e0f8744577a.zip |
there might be errors in cli without this
-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); |