]> git.mxchange.org Git - friendica.git/blobdiff - mod/allfriends.php
Merge pull request #5280 from annando/issue-5276
[friendica.git] / mod / allfriends.php
index bf852419d21f5cf27cb7dbcada9129ebad56853f..d85d3ec9b36938f015e3f197c154ed086d98c6f7 100644 (file)
@@ -70,7 +70,7 @@ function allfriends_content(App $a)
                } else {
                        $connlnk = System::baseUrl() . '/follow/?url=' . $rr['url'];
                        $photo_menu = [
-                               'profile' => [L10n::t("View Profile"), Profile::zrl($rr['url'])],
+                               'profile' => [L10n::t("View Profile"), Contact::magicLink($rr['url'])],
                                'follow' => [L10n::t("Connect/Follow"), $connlnk]
                        ];
                }