aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Update/_1236.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-03-16 22:04:28 +0000
committerMario <mario@mariovavti.com>2020-03-16 22:04:28 +0000
commiteb3dbcce7b1e942fc313b904d1170ac01af2efe8 (patch)
treeb2f74a8292a51036baa2031c1ceec114cd1ecae3 /Zotlabs/Update/_1236.php
parent3ecf1cab5e351c2697938720d271b9040e3e454a (diff)
downloadvolse-hubzilla-eb3dbcce7b1e942fc313b904d1170ac01af2efe8.tar.gz
volse-hubzilla-eb3dbcce7b1e942fc313b904d1170ac01af2efe8.tar.bz2
volse-hubzilla-eb3dbcce7b1e942fc313b904d1170ac01af2efe8.zip
one more typo
Diffstat (limited to 'Zotlabs/Update/_1236.php')
-rw-r--r--Zotlabs/Update/_1236.php2
1 files changed, 1 insertions, 1 deletions
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)