]> git.mxchange.org Git - friendica.git/blobdiff - mod/display.php
Change called method names
[friendica.git] / mod / display.php
index f36266e683b185112385cd94800386f6d884d513..aa885f5bd2f14e61ec4fee72da386b34fe648814 100644 (file)
@@ -182,7 +182,7 @@ function display_fetchauthor($a, $item) {
                $profiledata["about"] = "";
        }
 
-       $profiledata = get_contact_details_by_url($profiledata["url"], local_user(), $profiledata);
+       $profiledata = Contact::getDetailsByURL($profiledata["url"], local_user(), $profiledata);
 
        $profiledata["photo"] = System::removedBaseUrl($profiledata["photo"]);