Merge pull request #20957 from owncloud/use-correct-method-signature

Use correct method signature
This commit is contained in:
Thomas Müller 2015-12-07 10:18:03 +01:00
commit c1fb9fa483

View file

@ -61,7 +61,7 @@ class InfoParser {
if ($xml == false) {
return null;
}
$array = $this->xmlToArray($xml, false);
$array = $this->xmlToArray($xml);
if (is_null($array)) {
return null;
}