From 2abf64642938a081bc01ed8a92cb640458bf3d86 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Sat, 6 Mar 2010 00:53:01 +1300 Subject: [PATCH] Also send a Ticket: header in response to a MKTICKET. --- inc/caldav-MKTICKET.php | 1 + 1 file changed, 1 insertion(+) 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 );