Merge pull request #4352 from zeroadam/feature/FixPoCo

Fix old function call
This commit is contained in:
Michael Vogel 2018-01-28 15:03:48 +01:00 committed by GitHub
commit f777dd8d70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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);