The curl result is an object, not an array
This commit is contained in:
@@ -1317,7 +1317,7 @@ class Probe
|
||||
if ($curlResult->isTimeout()) {
|
||||
return false;
|
||||
}
|
||||
$pubkey = $curlResult['body'];
|
||||
$pubkey = $curlResult->getBody();
|
||||
}
|
||||
|
||||
$key = explode(".", $pubkey);
|
||||
|
||||
Reference in New Issue
Block a user