Skip to content

Commit 58a84a5

Browse files
committed
Unset wrong key, old name for same functionality
1 parent a1fa4aa commit 58a84a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

LSS/Array2XML.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ private static function &convert($node_name, $arr = array()) {
137137
$fragment = $xml->createDocumentFragment();
138138
$fragment->appendXML($arr['@xml']);
139139
$node->appendChild($fragment);
140-
unset($arr['@dom']);
140+
unset($arr['@xml']);
141141
return $node;
142142
}
143143
}

0 commit comments

Comments
 (0)