Warnings/Errors reduced - improved relay processing
This commit is contained in:
@@ -1330,7 +1330,7 @@ class GServer
|
||||
return false;
|
||||
}
|
||||
|
||||
$xrd = XML::parseString($curlResult->getBody());
|
||||
$xrd = XML::parseString($curlResult->getBody(), true);
|
||||
if (!is_object($xrd)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user