aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-11-07 14:04:37 -0800
committerFriendika <info@friendika.com>2010-11-07 14:04:37 -0800
commit67707c89f6db268672b9605148a862f246e2cde2 (patch)
treeb0d6f8eaed78e1d9f12c2b9a28e606ed216bc3e4 /mod
parenta6ed67d25f6398de84ce067df80567c432e73385 (diff)
downloadvolse-hubzilla-67707c89f6db268672b9605148a862f246e2cde2.tar.gz
volse-hubzilla-67707c89f6db268672b9605148a862f246e2cde2.tar.bz2
volse-hubzilla-67707c89f6db268672b9605148a862f246e2cde2.zip
full name tags => items
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'];