some work on tests

This commit is contained in:
friendica 2012-04-07 01:04:45 -07:00
parent ecabe1d505
commit 3a1c78bd75
7 changed files with 77 additions and 68 deletions

View file

@ -959,6 +959,7 @@ 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'];