X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fallfriends.php;h=d85d3ec9b36938f015e3f197c154ed086d98c6f7;hb=ffc8b2a79ae3f42339c689cd7b8da66d62c6b71c;hp=bf852419d21f5cf27cb7dbcada9129ebad56853f;hpb=208a149a7b7e25dc84c39e5631cba11d41869bae;p=friendica.git diff --git a/mod/allfriends.php b/mod/allfriends.php index bf852419d2..d85d3ec9b3 100644 --- a/mod/allfriends.php +++ b/mod/allfriends.php @@ -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] ]; }