diff options
author | Mario <mario@mariovavti.com> | 2020-03-16 22:04:28 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-03-16 22:04:28 +0000 |
commit | eb3dbcce7b1e942fc313b904d1170ac01af2efe8 (patch) | |
tree | b2f74a8292a51036baa2031c1ceec114cd1ecae3 /Zotlabs/Update | |
parent | 3ecf1cab5e351c2697938720d271b9040e3e454a (diff) | |
download | volse-hubzilla-eb3dbcce7b1e942fc313b904d1170ac01af2efe8.tar.gz volse-hubzilla-eb3dbcce7b1e942fc313b904d1170ac01af2efe8.tar.bz2 volse-hubzilla-eb3dbcce7b1e942fc313b904d1170ac01af2efe8.zip |
one more typo
Diffstat (limited to 'Zotlabs/Update')
-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 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) |