progress on tag delivery

This commit is contained in:
friendica
2013-02-11 00:20:14 -08:00
parent 191af201fb
commit ba3cff6d9a
8 changed files with 17 additions and 15 deletions

View File

@@ -36,7 +36,7 @@ function page_content(&$a) {
}
xchan_query($r);
$r = fetch_post_tags($r);
$r = fetch_post_tags($r,true);
$a->profile = array('profile_uid' => $u[0]['channel_id']);
$o .= prepare_page($r[0]);
return $o;