From ba3cff6d9a505e22732c800430e34adb7e55f3a4 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 11 Feb 2013 00:20:14 -0800 Subject: progress on tag delivery --- mod/channel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/channel.php') 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 { -- cgit v1.2.3