From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 21 Mar 2023 03:14:14 +0000 (-0400) Subject: spelling: using X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=067c1c26791c46677a93514ecf0414cd91c93a67;p=friendica.git spelling: using Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/src/Util/XML.php b/src/Util/XML.php index 58a6c568ff..e5fa4009f3 100644 --- a/src/Util/XML.php +++ b/src/Util/XML.php @@ -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