]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Contact.php
Merge pull request #12429 from MrPetovan/bug/contactblock-icon
[friendica.git] / src / Module / Contact.php
index 13f48f350f0726239f20ab1e531361b82fa5736a..9ed25017718cd148eacd2504d5c769a811eb8e42 100644 (file)
@@ -529,7 +529,7 @@ class Contact extends BaseModule
 
                $url = Model\Contact::magicLinkByContact($contact);
 
-               if (strpos($url, 'redir/') === 0) {
+               if (strpos($url, 'contact/redir/') === 0) {
                        $sparkle = ' class="sparkle" ';
                } else {
                        $sparkle = '';