]> git.mxchange.org Git - friendica.git/blobdiff - mod/item.php
tag tests cont.
[friendica.git] / mod / item.php
index 6b0a7996cf00f8ee19c1ce3b9951cc602280f506..72e63865bd53da577fed451fe10efff853bcbd9a 100644 (file)
@@ -959,7 +959,6 @@ function handle_tag($a, &$body, &$inform, &$str_tags, $profile_uid, $tag) {
                                else
                                        $newname = $r[0]['name'];
                                //add person's id to $inform
-                               $inform_id = 'cid:' . $r[0]['id'];
                                if(strlen($inform))
                                        $inform .= ',';
                                $inform .= 'cid:' . $r[0]['id'];