mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
Use correct method signature
This function takes only one parameter
This commit is contained in:
parent
98bb8372f7
commit
d522797227
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