From 38be2386dd63a4a18c07e445b9859a5836ed5b46 Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 1 Apr 2020 09:26:27 +0000 Subject: cheat with guid_sig to reflect transition to zot6 and re-enable transition of connections --- Zotlabs/Daemon/Cron_daily.php | 2 +- Zotlabs/Update/_1236.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Zotlabs') 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()); diff --git a/Zotlabs/Update/_1236.php b/Zotlabs/Update/_1236.php index b27175f99..6b4e7b299 100644 --- a/Zotlabs/Update/_1236.php +++ b/Zotlabs/Update/_1236.php @@ -106,7 +106,7 @@ class _1236 { } if(count($r) == $i) { - //z6trans_connections(); + z6trans_connections(); return UPDATE_SUCCESS; } -- cgit v1.2.3