From eb3dbcce7b1e942fc313b904d1170ac01af2efe8 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 16 Mar 2020 22:04:28 +0000 Subject: one more typo --- Zotlabs/Update/_1236.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zotlabs/Update') diff --git a/Zotlabs/Update/_1236.php b/Zotlabs/Update/_1236.php index 1ebafcc0b..d40cc9e25 100644 --- a/Zotlabs/Update/_1236.php +++ b/Zotlabs/Update/_1236.php @@ -19,7 +19,7 @@ class _1236 { foreach($r as $rr) { $zot_xchan = $rr['channel_hash']; - $guid = $rr[0]['xchan_guid']; + $guid = $rr['xchan_guid']; $xchan = q("SELECT xchan_hash, xchan_guid_sig FROM xchan WHERE xchan_guid = '%s' AND xchan_network = 'zot6'", dbesc($guid) -- cgit v1.2.3