mirror of
https://github.com/friendica/friendica
synced 2025-05-03 13:04:10 +02:00
xml: rename convert_element_to_array to element_to_array
This commit is contained in:
parent
89f7a91907
commit
95f129d9b6
2 changed files with 3 additions and 3 deletions
|
@ -138,7 +138,7 @@ class xml {
|
|||
*
|
||||
* @return array | sring The array from the xml element or the string
|
||||
*/
|
||||
public static function convert_element_to_array($xml_element, &$recursion_depth=0) {
|
||||
public static function element_to_array($xml_element, &$recursion_depth=0) {
|
||||
|
||||
// If we're getting too deep, bail out
|
||||
if ($recursion_depth > 512) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue