diff options
author | zotlabs <mike@macgirvin.com> | 2018-11-05 19:34:10 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-11-05 19:34:10 -0800 |
commit | fabcf841c9b4a360e2e496d04775e2ef594cb0e3 (patch) | |
tree | 7dbbf985d0f1359c96a887bb4e5a919d89e0f7fb /Zotlabs/Zot6/Zot6Handler.php | |
parent | 43a5f928bae3d886dd355497d63ad961425cb3c4 (diff) | |
download | volse-hubzilla-fabcf841c9b4a360e2e496d04775e2ef594cb0e3.tar.gz volse-hubzilla-fabcf841c9b4a360e2e496d04775e2ef594cb0e3.tar.bz2 volse-hubzilla-fabcf841c9b4a360e2e496d04775e2ef594cb0e3.zip |
z6 work
Diffstat (limited to 'Zotlabs/Zot6/Zot6Handler.php')
-rw-r--r-- | Zotlabs/Zot6/Zot6Handler.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Zotlabs/Zot6/Zot6Handler.php b/Zotlabs/Zot6/Zot6Handler.php index 5597921cc..6fc82501a 100644 --- a/Zotlabs/Zot6/Zot6Handler.php +++ b/Zotlabs/Zot6/Zot6Handler.php @@ -70,9 +70,10 @@ class Zot6Handler implements IHandler { // This would be a permissions update, typically for one connection foreach ($recipients as $recip) { + $r = q("select channel.*,xchan.* from channel left join xchan on channel_hash = xchan_hash - where channel_hash ='%s' limit 1", + where xchan_hash ='%s' limit 1", dbesc($recip) ); |