]> 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 e5490fa7c6cc731a103d491e26d9bf30c4f2100a..fd44603f978f33a8aff6eb18964875aeca2d9442 100644 (file)
@@ -196,7 +196,7 @@ class Term
 
                        $orig_tag = $tag["url"];
 
-                       $tag["url"] = best_link_url($item, $sp, $tag["url"]);
+                       $tag["url"] = Contact::magicLinkById($item['author-id'], $tag['url']);
 
                        if ($tag["type"] == TERM_HASHTAG) {
                                if ($orig_tag != $tag["url"]) {