Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
hubzilla
core
Commits
941135a0
Commit
941135a0
authored
Jan 04, 2023
by
Mario
Browse files
we should look for owner_xchan just like in mod pubstream
parent
29776ece
Pipeline
#562546
passed with stage
in 1 minute and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
include/taxonomy.php
View file @
941135a0
...
...
@@ -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
autho
r_xchan in (select channel_hash from channel where channel_system = 0 and channel_removed = 0) "
;
$site_firehose_sql
=
" and
owne
r_xchan in (select channel_hash from channel where channel_system = 0 and channel_removed = 0) "
;
}
if
(
$recent
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment