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

Use correct method signature
remotes/origin/fix_emit_scanFiles
Thomas Müller 2015-12-07 10:18:03 +07:00
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;
}