diff --git a/inc/caldav-MKTICKET.php b/inc/caldav-MKTICKET.php index aaaa6105..1f99d710 100644 --- a/inc/caldav-MKTICKET.php +++ b/inc/caldav-MKTICKET.php @@ -108,4 +108,5 @@ $ticketinfo = new XMLElement( 'T:ticketinfo', array( ); $prop = new XMLElement( "prop", new XMLElement('T:ticketdiscovery', $ticketinfo), $reply->GetXmlNsArray() ); +header('Ticket: '.$ticket_id); $request->XMLResponse( 200, $prop );