Fix old function call

Fix missed fetch_url() call
This commit is contained in:
Adam Magness 2018-01-28 09:02:19 -05:00
parent b158914c41
commit c6443572e3
1 changed files with 1 additions and 1 deletions

View File

@ -1327,7 +1327,7 @@ class PortableContact
}
// Discover Friendica, Hubzilla and Diaspora servers
$serverdata = fetch_url("http://the-federation.info/pods.json");
$serverdata = Network::fetchUrl("http://the-federation.info/pods.json");
if ($serverdata) {
$servers = json_decode($serverdata);