since other networks do not support cloning we only need hublocs for zot contacts - fix #111

This commit is contained in:
Mario Vavti 2015-11-01 21:32:28 +01:00
parent 7ce3ebc46d
commit 5acfef8edb

View File

@ -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'])
);