Use correct method signature

This function takes only one parameter
This commit is contained in:
Lukas Reschke 2015-12-04 15:52:42 +01:00
parent 98bb8372f7
commit d522797227

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;
}