create fetch_tags function, make search work again, change logo

This commit is contained in:
friendica
2012-07-10 19:28:02 -07:00
parent 94fabe3a29
commit e7957e1448
12 changed files with 61 additions and 49 deletions
+2 -1
View File
@@ -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();