Merge remote-tracking branch 'upstream/develop' into item-move

This commit is contained in:
Michael 2018-01-28 14:05:39 +00:00
commit bd9cb4595d
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);