aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon/Cron_daily.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-04-01 07:44:07 +0000
committerMario <mario@mariovavti.com>2020-04-01 07:44:07 +0000
commitffe429be65e8d6198579d3dd987053387799ca78 (patch)
tree1c88542037942394beea6bb6a15db7cab80941cc /Zotlabs/Daemon/Cron_daily.php
parentb739f91caa1522522a4ce093d7c63f0f4c777085 (diff)
downloadvolse-hubzilla-ffe429be65e8d6198579d3dd987053387799ca78.tar.gz
volse-hubzilla-ffe429be65e8d6198579d3dd987053387799ca78.tar.bz2
volse-hubzilla-ffe429be65e8d6198579d3dd987053387799ca78.zip
transition connections to zot6 if their site has been updated
Diffstat (limited to 'Zotlabs/Daemon/Cron_daily.php')
-rw-r--r--Zotlabs/Daemon/Cron_daily.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/Zotlabs/Daemon/Cron_daily.php b/Zotlabs/Daemon/Cron_daily.php
index 452ef45f1..2cf0c9119 100644
--- a/Zotlabs/Daemon/Cron_daily.php
+++ b/Zotlabs/Daemon/Cron_daily.php
@@ -96,7 +96,9 @@ class Cron_daily {
Master::Summon(array('Cli_suggest'));
remove_obsolete_hublocs();
+
z6_discover();
+ z6trans_connections();
call_hooks('cron_daily',datetime_convert());