]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Term.php
bugfixing ini-loading
[friendica.git] / src / Model / Term.php
index 28c28fb1a95e8c42073c9bd80942026cc36b5c13..6a213d445b2df4c7b036c7c0728b8cd86a8d13a4 100644 (file)
@@ -274,6 +274,7 @@ class Term
                                'network' => $item['author-network'], 'url' => $item['author-link']];
                        $tag['url'] = Contact::magicLinkByContact($author, $tag['url']);
 
+                       $prefix = '';
                        if ($tag['type'] == TERM_HASHTAG) {
                                if ($orig_tag != $tag['url']) {
                                        $item['body'] = str_replace($orig_tag, $tag['url'], $item['body']);