mirror of
https://github.com/nextcloud/server.git
synced 2026-04-27 09:08:22 -04:00
Merge pull request #20957 from owncloud/use-correct-method-signature
Use correct method signature
This commit is contained in:
commit
c1fb9fa483
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue