]> git.mxchange.org Git - friendica.git/blobdiff - src/Util/XML.php
Merge remote-tracking branch 'upstream/2023.03-rc' into npf2
[friendica.git] / src / Util / XML.php
index 58a6c568ff1a98c5a4fc84caae4bcea82eea9c73..e5fa4009f3dcf23936715ec0d1aea6b36bcf83b9 100644 (file)
@@ -397,7 +397,7 @@ class XML
                                                }
                                                $repeated_tag_index[$tag . '_' . $level]++;
                                        } else { // If it is not an array...
-                                               $current[$tag] = [$current[$tag], $result]; //...Make it an array using using the existing value and the new value
+                                               $current[$tag] = [$current[$tag], $result]; //...Make it an array using the existing value and the new value
                                                $repeated_tag_index[$tag . '_' . $level] = 1;
                                                if ($priority == 'tag' and $get_attributes) {
                                                        if (isset($current[$tag.'_attr'])) { // The attribute of the last(0th) tag must be moved as well