Use correct method signature

This function takes only one parameter
remotes/origin/fix_emit_scanFiles
Lukas Reschke 10 years ago
parent 98bb8372f7
commit d522797227
  1. 2
      lib/private/app/infoparser.php

@ -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…
Cancel
Save