aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-11-14 20:34:00 -0800
committerzotlabs <mike@macgirvin.com>2018-11-14 20:34:00 -0800
commitb11858bcaca9a5784f37e5b69eb7ca6096d0bde3 (patch)
tree49afc33eaf63c471e33e8a89e4602f26f9d21af9 /Zotlabs
parent034f23b47ee38a237637a34ef02bc9aec4773f7f (diff)
downloadvolse-hubzilla-b11858bcaca9a5784f37e5b69eb7ca6096d0bde3.tar.gz
volse-hubzilla-b11858bcaca9a5784f37e5b69eb7ca6096d0bde3.tar.bz2
volse-hubzilla-b11858bcaca9a5784f37e5b69eb7ca6096d0bde3.zip
separate by network
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Lib/Libzot.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Lib/Libzot.php b/Zotlabs/Lib/Libzot.php
index f0248a85b..010735487 100644
--- a/Zotlabs/Lib/Libzot.php
+++ b/Zotlabs/Lib/Libzot.php
@@ -508,6 +508,7 @@ logger('4');
$r = q("select hubloc.*, site.site_crypto from hubloc left join site on hubloc_url = site_url
where hubloc_guid = '%s' and hubloc_guid_sig = '%s'
and hubloc_url = '%s' and hubloc_url_sig = '%s'
+ and hubloc_network = 'zot6'
and hubloc_site_id = '%s' $limit",
dbesc($arr['id']),
dbesc($arr['id_sig']),