aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Update
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-03-16 21:55:59 +0000
committerMario <mario@mariovavti.com>2020-03-16 21:55:59 +0000
commit3ecf1cab5e351c2697938720d271b9040e3e454a (patch)
treeb01f8f5dec2b961f7391ff77f406a4fc22a41e72 /Zotlabs/Update
parentc5365261960150a2070b915d27b2b96337651f3d (diff)
downloadvolse-hubzilla-3ecf1cab5e351c2697938720d271b9040e3e454a.tar.gz
volse-hubzilla-3ecf1cab5e351c2697938720d271b9040e3e454a.tar.bz2
volse-hubzilla-3ecf1cab5e351c2697938720d271b9040e3e454a.zip
typo
Diffstat (limited to 'Zotlabs/Update')
-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 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)