X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fcontacts.php;h=41d10cc9e2b2d264bd9ba00de8891e3a98cf22e7;hb=86cae070f2a048e553c545caec54be72c1c14da5;hp=30d847e25f10b50fa65921739b82af503fd96b8c;hpb=87b513dd0323a3345a6f2e86a49bbca316c9b3bb;p=friendica.git diff --git a/mod/contacts.php b/mod/contacts.php index 30d847e25f..41d10cc9e2 100644 --- a/mod/contacts.php +++ b/mod/contacts.php @@ -262,7 +262,7 @@ function _contact_update_profile($contact_id) { if ($uid != local_user()) return; - $data = probe_url($r[0]["url"]); + $data = Probe::uri($r[0]["url"], "", 0, false); // "Feed" or "Unknown" is mostly a sign of communication problems if ((in_array($data["network"], array(NETWORK_FEED, NETWORK_PHANTOM))) AND ($data["network"] != $r[0]["network"]))