X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Ffollow.php;h=f0cffff4a1afb860e8dc0b8e05d52b7fcbc98ba8;hb=88ef61df95ed1b26e44d0b28bf22a1c682b5899a;hp=a76a0f188fd52ac67661e83a6958b2a2a85812ce;hpb=ab87f1215a28884c48fc89b130b8615e4e398702;p=friendica.git diff --git a/mod/follow.php b/mod/follow.php index a76a0f188f..f0cffff4a1 100644 --- a/mod/follow.php +++ b/mod/follow.php @@ -1,11 +1,12 @@ page['aside'] = ""; - profile_load($a, "", 0, get_contact_details_by_url($ret["url"])); + profile_load($a, "", 0, Contact::getDetailsByURL($ret["url"])); if ($gcontact_id <> 0) { $o .= replace_macros(get_markup_template('section_title.tpl'), @@ -183,7 +184,7 @@ function follow_content(App $a) { )); // Show last public posts - $o .= posts_from_contact_url($a, $ret["url"]); + $o .= Contact::getPostsFromUrl($ret["url"]); } return $o;