From c52b2f392fef909f4c1113f8e5e185aef1dbb66c Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 7 May 2017 16:33:54 +0000 Subject: [PATCH] Probing has to be done uncached --- mod/contacts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/contacts.php b/mod/contacts.php index f2500099c3..4f7ccd1824 100644 --- a/mod/contacts.php +++ b/mod/contacts.php @@ -260,7 +260,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"]))