]> git.mxchange.org Git - friendica.git/blobdiff - mod/unfollow.php
Merge pull request #5280 from annando/issue-5276
[friendica.git] / mod / unfollow.php
index a26557a9a2157339a9ca70a0e95eb4a5747ca067..6059c27ab7e2403c0a05a657dd7b480ddc48b532 100644 (file)
@@ -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,