aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2023-02-16 16:52:29 +0100
committerMario Vavti <mario@mariovavti.com>2023-02-16 16:52:29 +0100
commit1078b774aefcc8edd9199096f9cae69c76a854a5 (patch)
treea8338c72990848fd896f53ca4554af900625dc57 /Zotlabs
parent62a363debccd7027a02b520614a53e523df15d1b (diff)
downloadvolse-hubzilla-1078b774aefcc8edd9199096f9cae69c76a854a5.tar.gz
volse-hubzilla-1078b774aefcc8edd9199096f9cae69c76a854a5.tar.bz2
volse-hubzilla-1078b774aefcc8edd9199096f9cae69c76a854a5.zip
make sure we will deduplicate even if there is a bogus second primary entry
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Module/Dirsearch.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Dirsearch.php b/Zotlabs/Module/Dirsearch.php
index 34678af57..8b445d875 100644
--- a/Zotlabs/Module/Dirsearch.php
+++ b/Zotlabs/Module/Dirsearch.php
@@ -263,7 +263,7 @@ class Dirsearch extends Controller {
xprof.xprof_homepage as homepage,
xprof.xprof_hometown as hometown,
xprof.xprof_keywords as keywords
- from xchan left join xprof on xchan_hash = xprof_hash left join hubloc on hubloc_hash = xchan_hash
+ from xchan left join xprof on xchan_hash = xprof_hash left join hubloc on hubloc_id_url = xchan_url
where hubloc_primary = 1 and hubloc_updated > %s - INTERVAL %s and ( $logic $sql_extra ) $hub_query and xchan_network = 'zot6' and xchan_system = 0 and xchan_hidden = 0 and xchan_orphan = 0 and xchan_deleted = 0
$safesql $order $qlimit",
db_utcnow(),