aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
Diffstat (limited to 'mod')
-rw-r--r--mod/item.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/item.php b/mod/item.php
index 2f1e12250..75822936a 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'];