]> git.mxchange.org Git - friendica.git/blobdiff - mod/follow.php
Force avatar update for Contact Advanced page
[friendica.git] / mod / follow.php
index 5ab3d3526419c073a2d2020468f5bd8c4d635f37..cdd7b4904e44f5845161aff1641bd7667d21778f 100644 (file)
@@ -192,7 +192,7 @@ function follow_content(App $a)
 
        $profiledata = Contact::getDetailsByURL($ret['url']);
        if ($profiledata) {
-               Profile::load($a, '', 0, $profiledata, false);
+               Profile::load($a, '', $profiledata, false);
        }
 
        if ($gcontact_id <> 0) {