diff options
-rw-r--r-- | Zotlabs/Update/_1236.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Update/_1236.php b/Zotlabs/Update/_1236.php index c5f84626b..1ebafcc0b 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 = $r[0]['xchan_guid']; + $guid = $rr[0]['xchan_guid']; $xchan = q("SELECT xchan_hash, xchan_guid_sig FROM xchan WHERE xchan_guid = '%s' AND xchan_network = 'zot6'", dbesc($guid) |