mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-02-24 05:14:18 +00:00
Also send a Ticket: header in response to a MKTICKET.
This commit is contained in:
parent
3320ec9a17
commit
2abf646429
@ -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 );
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user