1
0
Fork 0

tag tests cont.

This commit is contained in:
friendica 2012-04-07 02:11:56 -07:00
commit cf2d8ef7a6
2 changed files with 15 additions and 5 deletions

View file

@ -959,7 +959,6 @@ function handle_tag($a, &$body, &$inform, &$str_tags, $profile_uid, $tag) {
else
$newname = $r[0]['name'];
//add person's id to $inform
$inform_id = 'cid:' . $r[0]['id'];
if(strlen($inform))
$inform .= ',';
$inform .= 'cid:' . $r[0]['id'];