diff options
Diffstat (limited to 'mod/page.php')
-rw-r--r-- | mod/page.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/page.php b/mod/page.php index a10b354f2..62f9d9204 100644 --- a/mod/page.php +++ b/mod/page.php @@ -36,7 +36,7 @@ function page_content(&$a) { } xchan_query($r); - $r = fetch_post_tags($r); + $r = fetch_post_tags($r,true); $a->profile = array('profile_uid' => $u[0]['channel_id']); $o .= prepare_page($r[0]); return $o; |