]> git.mxchange.org Git - friendica.git/blobdiff - mod/unfollow.php
Distinguish between public and private contact in contact actions
[friendica.git] / mod / unfollow.php
index f07522cab5520151324ee68eef5536ab8e4e3091..de1cb6cf7cdb05dd02a69c2bbc6447c59295f42b 100644 (file)
@@ -104,7 +104,6 @@ function unfollow_content(App $a)
                '$keywords_label'=> ''
        ]);
 
-       DI::page()['aside'] = '';
        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')]);