Merge pull request #6304 from JeroenED/bugfix/utzer-bug
Fixed bug reported by Utzer
This commit is contained in:
commit
6f8c9a08a1
|
@ -1778,7 +1778,7 @@ class PortableContact
|
|||
$curlResult = Network::curl($url);
|
||||
|
||||
if ($curlResult->isSuccess()) {
|
||||
$data = json_decode($curlResult["body"], true);
|
||||
$data = json_decode($curlResult->getBody(), true);
|
||||
|
||||
if (!empty($data)) {
|
||||
self::discoverServer($data, 3);
|
||||
|
|
Loading…
Reference in a new issue