X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModel%2FTerm.php;h=fd44603f978f33a8aff6eb18964875aeca2d9442;hb=d71281e45b6398119ecb09d47dd8947c9e41d15b;hp=1a4294c68a6cdf921c453bf62bf6a4fafdaa8575;hpb=8a34895a23a0986db564128ea5d8ed0e23626bf6;p=friendica.git diff --git a/src/Model/Term.php b/src/Model/Term.php index 1a4294c68a..fd44603f97 100644 --- a/src/Model/Term.php +++ b/src/Model/Term.php @@ -196,7 +196,7 @@ class Term $orig_tag = $tag["url"]; - $tag["url"] = Contact::magicLink($item['author-link'], $tag['url']); + $tag["url"] = Contact::magicLinkById($item['author-id'], $tag['url']); if ($tag["type"] == TERM_HASHTAG) { if ($orig_tag != $tag["url"]) {