From 9a5c1aa02f49d695e59ae771765d4e0f8744577a Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 17 May 2021 09:42:29 +0000 Subject: there might be errors in cli without this --- Zotlabs/Daemon/Cron.php | 1 + 1 file changed, 1 insertion(+) 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); -- cgit v1.2.3