X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fallfriends.php;h=d85d3ec9b36938f015e3f197c154ed086d98c6f7;hb=62a61a95d3e1357a64b157136490c82aa4495d3e;hp=bf852419d21f5cf27cb7dbcada9129ebad56853f;hpb=c845415a99ebc348103815a7b2c55b15c75cdd24;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] ]; }