diff options
author | Mario <mario@mariovavti.com> | 2020-04-01 09:26:27 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-04-01 09:26:27 +0000 |
commit | 38be2386dd63a4a18c07e445b9859a5836ed5b46 (patch) | |
tree | 74d002f244166d525cc7dc81c24dbbc01cf14300 /Zotlabs/Daemon | |
parent | 643b2f9205b713bbb3667fdb4d0d549111ccfcaa (diff) | |
download | volse-hubzilla-38be2386dd63a4a18c07e445b9859a5836ed5b46.tar.gz volse-hubzilla-38be2386dd63a4a18c07e445b9859a5836ed5b46.tar.bz2 volse-hubzilla-38be2386dd63a4a18c07e445b9859a5836ed5b46.zip |
cheat with guid_sig to reflect transition to zot6 and re-enable transition of connections
Diffstat (limited to 'Zotlabs/Daemon')
-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 23099745b..2cf0c9119 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()); |