]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Contact/Profile.php
Add support for Mastodon /authorize_interaction route
[friendica.git] / src / Module / Contact / Profile.php
index eaf9993fc1704f97a688addcca7945eba207c01a..ecb25dd60701e33e95c356f83044274d21a7d39a 100644 (file)
@@ -239,7 +239,7 @@ class Profile extends BaseModule
                }
 
                $url = Contact::magicLinkByContact($contact);
-               if (strpos($url, 'redir/') === 0) {
+               if (strpos($url, 'contact/redir/') === 0) {
                        $sparkle = ' class="sparkle" ';
                } else {
                        $sparkle = '';