aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon/Cron.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-05-17 09:42:29 +0000
committerMario <mario@mariovavti.com>2021-05-17 09:42:29 +0000
commit9a5c1aa02f49d695e59ae771765d4e0f8744577a (patch)
tree29df865055e13af084b3fe03e7e46b8b119568ab /Zotlabs/Daemon/Cron.php
parenta46e340a1344a2bdd8d371abf5b1891a49570c1b (diff)
downloadvolse-hubzilla-9a5c1aa02f49d695e59ae771765d4e0f8744577a.tar.gz
volse-hubzilla-9a5c1aa02f49d695e59ae771765d4e0f8744577a.tar.bz2
volse-hubzilla-9a5c1aa02f49d695e59ae771765d4e0f8744577a.zip
there might be errors in cli without this
Diffstat (limited to 'Zotlabs/Daemon/Cron.php')
-rw-r--r--Zotlabs/Daemon/Cron.php1
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);