aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2019-01-17 10:47:04 -0800
committerzotlabs <mike@macgirvin.com>2019-01-17 10:47:04 -0800
commitb1b1e0eba4f1e698c5f0f4f14b0527741e5b9ffb (patch)
treee0c81736b258e61d080d50d58f38aa715f85b591 /Zotlabs
parenteda7c5369c0228ed11ef3bddfa33d81b0c6a3747 (diff)
downloadvolse-hubzilla-b1b1e0eba4f1e698c5f0f4f14b0527741e5b9ffb.tar.gz
volse-hubzilla-b1b1e0eba4f1e698c5f0f4f14b0527741e5b9ffb.tar.bz2
volse-hubzilla-b1b1e0eba4f1e698c5f0f4f14b0527741e5b9ffb.zip
channel connect issue
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Zot/Finger.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Zot/Finger.php b/Zotlabs/Zot/Finger.php
index 77634777a..cb38c7f2b 100644
--- a/Zotlabs/Zot/Finger.php
+++ b/Zotlabs/Zot/Finger.php
@@ -55,7 +55,7 @@ class Finger {
$r = q("select xchan.*, hubloc.* from xchan
left join hubloc on xchan_hash = hubloc_hash
- where xchan_addr = '%s' and hubloc_primary = 1 and hubloc_deleted = 0 limit 1",
+ where xchan_addr = '%s' and hubloc_primary = 1 and hubloc_deleted = 0 and hubloc_network = 'zot' limit 1",
dbesc($xchan_addr)
);