HOR-3489 Improvement

This commit is contained in:
Roly Rudy Gutierrez Pinto
2017-07-14 08:02:14 -04:00
parent 495fa542c9
commit b7d7abc365

View File

@@ -116,6 +116,9 @@ function getLoadTreeMenuData ()
}
}
//This function generates an xml, so it prevents the output of a badly formed xml
//by cleaning any content prior to this function with ob_clean
ob_clean();
echo $xml->asXML();
die;
}