From ffe429be65e8d6198579d3dd987053387799ca78 Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 1 Apr 2020 07:44:07 +0000 Subject: transition connections to zot6 if their site has been updated --- Zotlabs/Update/_1236.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Zotlabs/Update/_1236.php') diff --git a/Zotlabs/Update/_1236.php b/Zotlabs/Update/_1236.php index d40cc9e25..6b4e7b299 100644 --- a/Zotlabs/Update/_1236.php +++ b/Zotlabs/Update/_1236.php @@ -105,10 +105,12 @@ class _1236 { } - if(count($r) == $i) + if(count($r) == $i) { + z6trans_connections(); return UPDATE_SUCCESS; - else - return UPDATE_FAILED; + } + + return UPDATE_FAILED; } -- cgit v1.2.3 From 643b2f9205b713bbb3667fdb4d0d549111ccfcaa Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 1 Apr 2020 08:03:19 +0000 Subject: do not enable transition of connections yet --- Zotlabs/Update/_1236.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zotlabs/Update/_1236.php') diff --git a/Zotlabs/Update/_1236.php b/Zotlabs/Update/_1236.php index 6b4e7b299..b27175f99 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 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/Update/_1236.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zotlabs/Update/_1236.php') 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