since other networks do not support cloning we only need hublocs for zot contacts - fix #111
This commit is contained in:
parent
7ce3ebc46d
commit
5acfef8edb
@ -654,7 +654,7 @@ function connedit_content(&$a) {
|
||||
|
||||
$locstr = '';
|
||||
|
||||
$locs = q("select hubloc_addr as location from hubloc where hubloc_hash = '%s'",
|
||||
$locs = q("select hubloc_addr as location from hubloc where hubloc_hash = '%s' and hubloc_network = 'zot'",
|
||||
dbesc($contact['xchan_hash'])
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user