diff --git a/include/socgraph.php b/include/socgraph.php index 2738f8a70f..fc9d3aecb0 100644 --- a/include/socgraph.php +++ b/include/socgraph.php @@ -157,7 +157,7 @@ function poco_check($profile_url, $name, $network, $profile_photo, $about, $loca if (($network == "") OR ($name == "") OR ($profile_photo == "")) { require_once("include/Scrape.php"); - $data = probe_url($profile_url, PROBE_DIASPORA); + $data = probe_url($profile_url); $network = $data["network"]; $name = $data["name"]; $profile_photo = $data["photo"];