diff --git a/pandora_console/include/functions.php b/pandora_console/include/functions.php index ef73eca18c..2622ffa0ef 100644 --- a/pandora_console/include/functions.php +++ b/pandora_console/include/functions.php @@ -2443,7 +2443,7 @@ function array2XML($data, $root = null, $xml = NULL) { } } - return html_entity_decode($xml->asXML()); + return $xml->asXML(); } /**