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/display.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/display.php') diff --git a/mod/display.php b/mod/display.php index f18587e1e..3c2172c7d 100644 --- a/mod/display.php +++ b/mod/display.php @@ -123,7 +123,7 @@ function display_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