aboutsummaryrefslogtreecommitdiffstats
path: root/mod/channel.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/channel.php')
-rw-r--r--mod/channel.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/channel.php b/mod/channel.php
index 7869e54db..0a49b41eb 100644
--- a/mod/channel.php
+++ b/mod/channel.php
@@ -211,7 +211,7 @@ function channel_content(&$a, $update = 0, $load = false) {
);
xchan_query($items);
- $items = fetch_post_tags($items);
+ $items = fetch_post_tags($items, true);
$items = conv_sort($items,'created');
} else {