From 941135a0a63d72d6300ab93a608cd5c8354d9e0a Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 4 Jan 2023 09:01:44 +0000 Subject: we should look for owner_xchan just like in mod pubstream --- include/taxonomy.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/taxonomy.php') diff --git a/include/taxonomy.php b/include/taxonomy.php index 18cc39cd9..671f96c2e 100644 --- a/include/taxonomy.php +++ b/include/taxonomy.php @@ -336,13 +336,13 @@ function pub_tagadelic($net, $site, $limit, $recent, $safemode, $type) { $item_normal = item_normal(); $count = intval($limit); $sys = get_sys_channel(); - $uids = " and item.uid = " . intval($sys['channel_id']) . " "; + $uids = " and item.uid = " . intval($sys['channel_id']) . " "; $sql_extra = item_permissions_sql($sys['channel_id']); $site_firehose_sql = ''; if ($site) { - $site_firehose_sql = " and author_xchan in (select channel_hash from channel where channel_system = 0 and channel_removed = 0) "; + $site_firehose_sql = " and owner_xchan in (select channel_hash from channel where channel_system = 0 and channel_removed = 0) "; } if($recent) { -- cgit v1.2.3