]> git.mxchange.org Git - friendica.git/blobdiff - mod/unfollow.php
Force avatar update for Contact Advanced page
[friendica.git] / mod / unfollow.php
index f64c2a4c961f77d0e0c283461ca9ce8f84d76dcd..0d13c73afc03c380f88108d3d145aaacd348972e 100644 (file)
@@ -141,7 +141,7 @@ function unfollow_content(App $a)
        ]);
 
        DI::page()['aside'] = '';
-       Profile::load($a, '', 0, Contact::getDetailsByURL($contact['url']));
+       Profile::load($a, '', Contact::getDetailsByURL($contact['url']));
 
        $o .= Renderer::replaceMacros(Renderer::getMarkupTemplate('section_title.tpl'), ['$title' => DI::l10n()->t('Status Messages and Posts')]);