aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon/Cron_daily.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2019-03-13 16:27:52 -0700
committerzotlabs <mike@macgirvin.com>2019-03-13 16:27:52 -0700
commita5a5ac60ba626b0d863627e5f0144afbbaeb8e66 (patch)
tree53b620568ef7a967a8952347cd0bd9b0585bccb1 /Zotlabs/Daemon/Cron_daily.php
parent30f71ad63292c52d037946ad92c9a8a0940ff0c1 (diff)
downloadvolse-hubzilla-a5a5ac60ba626b0d863627e5f0144afbbaeb8e66.tar.gz
volse-hubzilla-a5a5ac60ba626b0d863627e5f0144afbbaeb8e66.tar.bz2
volse-hubzilla-a5a5ac60ba626b0d863627e5f0144afbbaeb8e66.zip
find unregistered z6 clones on hubzilla sites (does not happen automatically since z6 is not the default protocol on hubzilla). This will need to be pushed to master for the next point release.
Diffstat (limited to 'Zotlabs/Daemon/Cron_daily.php')
-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 f0351fcdd..dbfcff439 100644
--- a/Zotlabs/Daemon/Cron_daily.php
+++ b/Zotlabs/Daemon/Cron_daily.php
@@ -85,6 +85,7 @@ class Cron_daily {
Master::Summon(array('Cli_suggest'));
remove_obsolete_hublocs();
+ z6_discover();
call_hooks('cron_daily',datetime_convert());