]> git.mxchange.org Git - friendica.git/commitdiff
Bugfix for XML function
authorMichael Vogel <icarus@dabo.de>
Thu, 28 Apr 2016 06:30:15 +0000 (08:30 +0200)
committerMichael Vogel <icarus@dabo.de>
Thu, 28 Apr 2016 06:30:15 +0000 (08:30 +0200)
include/xml.php

index 5cd322ed693ebdb0c399aa34f41d9fafa77f2a24..39a9102de8bb94d76411f18709bf6cd538532550 100644 (file)
@@ -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) {