diff options
author | Mario <mario@mariovavti.com> | 2020-04-01 08:03:19 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-04-01 08:03:19 +0000 |
commit | 643b2f9205b713bbb3667fdb4d0d549111ccfcaa (patch) | |
tree | 8e81713590271544bdc71eed747260c7d0c7da4d /Zotlabs/Daemon/Cron_daily.php | |
parent | ffe429be65e8d6198579d3dd987053387799ca78 (diff) | |
download | volse-hubzilla-643b2f9205b713bbb3667fdb4d0d549111ccfcaa.tar.gz volse-hubzilla-643b2f9205b713bbb3667fdb4d0d549111ccfcaa.tar.bz2 volse-hubzilla-643b2f9205b713bbb3667fdb4d0d549111ccfcaa.zip |
do not enable transition of connections yet
Diffstat (limited to 'Zotlabs/Daemon/Cron_daily.php')
-rw-r--r-- | Zotlabs/Daemon/Cron_daily.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Daemon/Cron_daily.php b/Zotlabs/Daemon/Cron_daily.php index 2cf0c9119..23099745b 100644 --- a/Zotlabs/Daemon/Cron_daily.php +++ b/Zotlabs/Daemon/Cron_daily.php @@ -98,7 +98,7 @@ class Cron_daily { remove_obsolete_hublocs(); z6_discover(); - z6trans_connections(); + //z6trans_connections(); call_hooks('cron_daily',datetime_convert()); |