diff --git a/app/registrations/resources/classes/registrations.php b/app/registrations/resources/classes/registrations.php index 8314af313d..61246b95c9 100644 --- a/app/registrations/resources/classes/registrations.php +++ b/app/registrations/resources/classes/registrations.php @@ -68,6 +68,7 @@ if (!class_exists('registrations')) { $xml_response = str_replace("", "", $xml_response); if (strlen($xml_response) > 101) { try { + $xml_response = str_ireplace("", "", $xml_response); $xml = new SimpleXMLElement($xml_response); } catch(Exception $e) {