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

View File

@@ -291,7 +291,8 @@ function profile_content(&$a, $update = 0) {
intval(TERM_OBJ_POST)
);
$items = conv_sort($items,$tags,'created');
$items = fetch_post_tags($items);
$items = conv_sort($items,'created');
} else {
$items = array();