diff options
Diffstat (limited to 'mod')
-rw-r--r-- | mod/network.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/network.php b/mod/network.php index 2b07bb139..0bad366d4 100644 --- a/mod/network.php +++ b/mod/network.php @@ -403,9 +403,9 @@ function network_content(&$a, $update = 0, $load = false) { dbesc($parents_str) ); - xchan_query($items); + xchan_query($items,true,(($firehose) ? local_user() : 0)); $items = fetch_post_tags($items,true); - $items = conv_sort($items,$ordering,(($firehose) ? local_user() : 0)); + $items = conv_sort($items,$ordering); } else { $items = array(); |