sforkowany z mirror/friendica
Bugfix for XML function
rodzic
1644919880
commit
af22007481
|
@ -162,7 +162,7 @@ class xml {
|
||||||
|
|
||||||
$recursion_depth++;
|
$recursion_depth++;
|
||||||
$result_array[strtolower($key)] =
|
$result_array[strtolower($key)] =
|
||||||
self::convert_element_to_array($value, $recursion_depth);
|
self::element_to_array($value, $recursion_depth);
|
||||||
$recursion_depth--;
|
$recursion_depth--;
|
||||||
}
|
}
|
||||||
if ($recursion_depth == 0) {
|
if ($recursion_depth == 0) {
|
||||||
|
|
Ładowanie…
Reference in New Issue