X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Funfollow.php;h=de1cb6cf7cdb05dd02a69c2bbc6447c59295f42b;hb=b521e45903544f15443d9f77bfe684c67d139873;hp=14d789e15e21d9bbd7a1949b9a515f0a6fde9f07;hpb=1b90686fcd6ce2a58c8d606c34a2dc0e430eda7d;p=friendica.git diff --git a/mod/unfollow.php b/mod/unfollow.php index 14d789e15e..de1cb6cf7c 100644 --- a/mod/unfollow.php +++ b/mod/unfollow.php @@ -1,6 +1,6 @@ '' ]); - DI::page()['aside'] = ''; - Profile::load($a, '', Contact::getByURL($contact['url'], false)); + DI::page()['aside'] = Widget\VCard::getHTML(Contact::getByURL($contact['url'], false)); $o .= Renderer::replaceMacros(Renderer::getMarkupTemplate('section_title.tpl'), ['$title' => DI::l10n()->t('Status Messages and Posts')]); @@ -158,4 +154,4 @@ function unfollow_process(string $url) } DI::baseUrl()->redirect($return_path); -} \ No newline at end of file +}