diff options
Diffstat (limited to 'mod/network.php')
-rw-r--r-- | mod/network.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/network.php b/mod/network.php index a1294cea5..79587a581 100644 --- a/mod/network.php +++ b/mod/network.php @@ -588,6 +588,7 @@ function network_content(&$a, $update = 0) { intval($_SESSION['uid']) ); + $items = fetch_post_tags($items); } else { |