full name tags => items
This commit is contained in:
parent
a6ed67d25f
commit
67707c89f6
1 changed files with 1 additions and 0 deletions
|
@ -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'];
|
||||
|
|
Loading…
Reference in a new issue