aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Zot/Finger.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-08-22 10:47:40 +0200
committerMario Vavti <mario@mariovavti.com>2018-08-22 10:47:40 +0200
commitcc03e1ceefa335f4585f2e587b67481e10ba5c8e (patch)
tree2e63fbf34f884cbb1c56cece0ab65b255ad1158c /Zotlabs/Zot/Finger.php
parente4d08fc5d7ec6e882246217263109dfc9b61bc91 (diff)
parentb25192332ba3b17f1141ff643b3ce2dd4591c528 (diff)
downloadvolse-hubzilla-cc03e1ceefa335f4585f2e587b67481e10ba5c8e.tar.gz
volse-hubzilla-cc03e1ceefa335f4585f2e587b67481e10ba5c8e.tar.bz2
volse-hubzilla-cc03e1ceefa335f4585f2e587b67481e10ba5c8e.zip
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'Zotlabs/Zot/Finger.php')
-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 348171bdc..559f9657a 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 limit 1",
+ where xchan_addr = '%s' and hubloc_primary = 1 and hubloc_deleted = 0 limit 1",
dbesc($xchan_addr)
);