full name tags => items

This commit is contained in:
Friendika 2010-11-07 14:04:37 -08:00
parent a6ed67d25f
commit 67707c89f6
1 changed files with 1 additions and 0 deletions

View File

@ -155,6 +155,7 @@ function item_post(&$a) {
}
if(count($r)) {
$profile = $r[0]['url'];
$newname = $r[0]['name'];
if(strlen($inform))
$inform .= ',';
$inform .= 'cid:' . $r[0]['id'];