aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-12-25 12:00:27 +0000
committerMario <mario@mariovavti.com>2024-12-25 12:00:27 +0000
commitc9ebb23b695fa717c72b0d8d4c98f4e26259765a (patch)
treec5d08983c1927b74163794da07914f6ca3a48c59 /Zotlabs
parentbc998eacd04dcc28649048a0b8ebc02019dd91d7 (diff)
downloadvolse-hubzilla-c9ebb23b695fa717c72b0d8d4c98f4e26259765a.tar.gz
volse-hubzilla-c9ebb23b695fa717c72b0d8d4c98f4e26259765a.tar.bz2
volse-hubzilla-c9ebb23b695fa717c72b0d8d4c98f4e26259765a.zip
hotfix for loop caused in Daemon/Expire
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Daemon/Cron_daily.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Daemon/Cron_daily.php b/Zotlabs/Daemon/Cron_daily.php
index 3bc267f08..debc5571e 100644
--- a/Zotlabs/Daemon/Cron_daily.php
+++ b/Zotlabs/Daemon/Cron_daily.php
@@ -95,7 +95,7 @@ class Cron_daily {
// expire any expired accounts
downgrade_accounts();
- Master::Summon(array('Expire'));
+ // Master::Summon(array('Expire'));
Master::Summon(array('Cli_suggest'));
remove_obsolete_hublocs();