better way to deal with effective_uid

This commit is contained in:
friendica
2014-09-22 22:03:19 -07:00
parent fb05919d90
commit e8854bb19d
3 changed files with 12 additions and 12 deletions

View File

@@ -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();