We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eb3f30 commit 0012034Copy full SHA for 0012034
ArrayToXML.php
@@ -41,7 +41,7 @@ public function buildXML($data, $startElement = 'data')
41
$xml->startDocument($this->version, $this->encoding);
42
$xml->startElement($startElement);
43
44
- $this->writeAttr($xml, $data);
+ $data = $this->writeAttr($xml, $data);
45
$this->writeEl($xml, $data);
46
47
$xml->endElement(); //write end element
0 commit comments