diff options
author | Friendika <info@friendika.com> | 2010-11-07 14:04:37 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-07 14:04:37 -0800 |
commit | 67707c89f6db268672b9605148a862f246e2cde2 (patch) | |
tree | b0d6f8eaed78e1d9f12c2b9a28e606ed216bc3e4 /mod | |
parent | a6ed67d25f6398de84ce067df80567c432e73385 (diff) | |
download | volse-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.php | 1 |
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']; |