From: Friendika Date: Sun, 7 Nov 2010 22:04:37 +0000 (-0800) Subject: full name tags => items X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=67707c89f6db268672b9605148a862f246e2cde2;p=friendica.git full name tags => items --- diff --git a/mod/item.php b/mod/item.php index 2f1e122502..75822936a4 100644 --- a/mod/item.php +++ b/mod/item.php @@ -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'];