From: Michael Vogel Date: Thu, 28 Apr 2016 06:30:15 +0000 (+0200) Subject: Bugfix for XML function X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=af220074813a762f89244ab2009c10d68b2e8185;p=friendica.git Bugfix for XML function --- diff --git a/include/xml.php b/include/xml.php index 5cd322ed69..39a9102de8 100644 --- a/include/xml.php +++ b/include/xml.php @@ -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) {