Fixed the xml reports with & in the values.

This commit is contained in:
mdtrooper 2015-07-16 11:47:44 +02:00
parent f94c6668e0
commit 85b47df1fe

View File

@ -2443,7 +2443,7 @@ function array2XML($data, $root = null, $xml = NULL) {
} }
} }
return html_entity_decode($xml->asXML()); return $xml->asXML();
} }
/** /**