From e7957e14489ce8eb3b69ebede928dfe441a4924d Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 10 Jul 2012 19:28:02 -0700 Subject: create fetch_tags function, make search work again, change logo --- mod/content.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mod/content.php') diff --git a/mod/content.php b/mod/content.php index 369f2fce2..7799ee6ad 100644 --- a/mod/content.php +++ b/mod/content.php @@ -290,7 +290,8 @@ function content_content(&$a, $update = 0) { intval(TERM_OBJ_POST) ); - $items = conv_sort($items,$tags,$ordering); + $items = fetch_post_tags($items); + $items = conv_sort($items,$ordering); } else { $items = array(); -- cgit v1.2.3