X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Funfollow.php;h=6059c27ab7e2403c0a05a657dd7b480ddc48b532;hb=62a61a95d3e1357a64b157136490c82aa4495d3e;hp=a26557a9a2157339a9ca70a0e95eb4a5747ca067;hpb=3ca2dc70b3990380a9e6181c08c09491466e0790;p=friendica.git diff --git a/mod/unfollow.php b/mod/unfollow.php index a26557a9a2..6059c27ab7 100644 --- a/mod/unfollow.php +++ b/mod/unfollow.php @@ -118,7 +118,7 @@ function unfollow_content(App $a) '$nickname' => "", '$name' => $contact["name"], '$url' => $contact["url"], - '$zrl' => Profile::zrl($contact["url"]), + '$zrl' => Contact::magicLink($contact["url"]), '$url_label' => L10n::t("Profile URL"), '$myaddr' => $myaddr, '$request' => $request,