add loadtime search to channel and fix it for home. display and search need further investigation

This commit is contained in:
friendica
2015-03-21 16:46:28 -07:00
parent 85dd08427c
commit a2e3ca6fd8
7 changed files with 55 additions and 10 deletions

View File

@@ -2370,8 +2370,7 @@ function linkify_tags($a, &$body, $uid) {
if($fullnametagged)
continue;
// @FIXME which $profile_uid? It's not set anywhere.
$success = handle_tag($a, $body, $access_tag, $str_tags, ($uid) ? $uid : $profile_uid , $tag);
$success = handle_tag($a, $body, $access_tag, $str_tags, ($uid) ? $uid : $a->profile_uid , $tag);
$results[] = array('success' => $success, 'access_tag' => $access_tag);
if($success['replaced']) $tagged[] = $tag;
}