Bugfix for XML function

2022.09-rc
Michael Vogel 2016-04-28 08:30:15 +02:00
rodzic 1644919880
commit af22007481
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -162,7 +162,7 @@ class xml {
$recursion_depth++;
$result_array[strtolower($key)] =
self::convert_element_to_array($value, $recursion_depth);
self::element_to_array($value, $recursion_depth);
$recursion_depth--;
}
if ($recursion_depth == 0) {