]> git.mxchange.org Git - friendica.git/blobdiff - mod/item.php
the "term" field now is called "name", workaround removed
[friendica.git] / mod / item.php
index a41bb7c520269229fce8324c1073c7b0df054cc9..30b5f5aefa472541d9ffa6d108eb50dc990ae9b9 100644 (file)
@@ -1061,7 +1061,7 @@ function item_add_implicit_mentions(array $tags, array $thread_parent_contact, $
                $parent_terms = Tag::getByURIId($thread_parent_uriid, [Tag::MENTION, Tag::IMPLICIT_MENTION]);
 
                foreach ($parent_terms as $parent_term) {
-                       $implicit_mentions[$parent_term['url']] = $parent_term['term'];
+                       $implicit_mentions[$parent_term['url']] = $parent_term['name'];
                }
 
                foreach ($implicit_mentions as $url => $label) {