aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-05-05 09:15:02 +0000
committerMario <mario@mariovavti.com>2021-05-05 09:15:02 +0000
commitaef035034639211587bda9b98ba46514dac409a4 (patch)
treeda028d9dfbc93ff1f2b8fad596b0f77b5456f9fe /Zotlabs
parent83fbb0678c5cdb8d76cddecd39df490e092f47ad (diff)
downloadvolse-hubzilla-aef035034639211587bda9b98ba46514dac409a4.tar.gz
volse-hubzilla-aef035034639211587bda9b98ba46514dac409a4.tar.bz2
volse-hubzilla-aef035034639211587bda9b98ba46514dac409a4.zip
remove duplicate singletons hublocs once a day
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Daemon/Cron_daily.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Daemon/Cron_daily.php b/Zotlabs/Daemon/Cron_daily.php
index 1983c68e6..bebccca9d 100644
--- a/Zotlabs/Daemon/Cron_daily.php
+++ b/Zotlabs/Daemon/Cron_daily.php
@@ -93,6 +93,7 @@ class Cron_daily {
Master::Summon(array('Cli_suggest'));
remove_obsolete_hublocs();
+ remove_duplicate_singleton_hublocs();
z6_discover();