1
0
Fork 0

the "term" field now is called "name", workaround removed

This commit is contained in:
Michael 2020-05-01 15:18:48 +00:00
commit 729c6b67aa
3 changed files with 3 additions and 14 deletions

View 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) {