From 67707c89f6db268672b9605148a862f246e2cde2 Mon Sep 17 00:00:00 2001 From: Friendika Date: Sun, 7 Nov 2010 14:04:37 -0800 Subject: [PATCH] full name tags => items --- mod/item.php | 1 + 1 file changed, 1 insertion(+) 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'];