X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Funfollow.php;h=1c6022a4cb4b31dce2420f33d078dd96a004cb65;hb=28c9bc871c12d25dd4112acd822e5ed92b1d5fcd;hp=54e015cf5272a25f1de02672ca1475c76140cf37;hpb=122ad0af14f046c2462a03fe33967dc41abfc8b5;p=friendica.git diff --git a/mod/unfollow.php b/mod/unfollow.php index 54e015cf52..1c6022a4cb 100644 --- a/mod/unfollow.php +++ b/mod/unfollow.php @@ -1,6 +1,6 @@ t("You aren't following this contact.")); @@ -99,7 +99,7 @@ function unfollow_content(App $a) '$submit' => DI::l10n()->t('Submit Request'), '$cancel' => DI::l10n()->t('Cancel'), '$url' => $contact['url'], - '$zrl' => Contact::magicLink($contact['url']), + '$zrl' => Contact::magicLinkByContact($contact), '$url_label' => DI::l10n()->t('Profile URL'), '$myaddr' => $self['url'], '$request' => $request,