]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Term.php
Merge pull request #5193 from annando/dbstructure
[friendica.git] / src / Model / Term.php
index 1a4294c68a6cdf921c453bf62bf6a4fafdaa8575..fd44603f978f33a8aff6eb18964875aeca2d9442 100644 (file)
@@ -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"]) {