mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
Fixed the xml reports with & in the values.
This commit is contained in:
parent
f94c6668e0
commit
85b47df1fe
@ -2443,7 +2443,7 @@ function array2XML($data, $root = null, $xml = NULL) {
|
||||
}
|
||||
}
|
||||
|
||||
return html_entity_decode($xml->asXML());
|
||||
return $xml->asXML();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user