]> git.mxchange.org Git - friendica.git/commitdiff
full name tags => items
authorFriendika <info@friendika.com>
Sun, 7 Nov 2010 22:04:37 +0000 (14:04 -0800)
committerFriendika <info@friendika.com>
Sun, 7 Nov 2010 22:04:37 +0000 (14:04 -0800)
mod/item.php

index 2f1e122502b40328de97d73382ef79159f9e35ac..75822936a48b94b6f58b51988afda23d935fbd39 100644 (file)
@@ -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'];