mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-31 18:46:02 +00:00
Another cut and paste error. Thank $%*&^ for regression tests :-)
This commit is contained in:
parent
bab1820045
commit
90ae126bd8
@ -309,7 +309,7 @@ class CalDAVRequest
|
||||
}
|
||||
$response = new XMLElement( "multistatus", new XMLElement( 'response', $response), array('xmlns'=>'DAV:') );
|
||||
$xmldoc = $response->Render(0,'<?xml version="1.0" encoding="utf-8" ?>');
|
||||
$request->DoResponse( 207, $xmldoc, 'text/xml; charset="utf-8"' );
|
||||
$this->DoResponse( 207, $xmldoc, 'text/xml; charset="utf-8"' );
|
||||
// Which we won't come back from
|
||||
}
|
||||
return $existing_lock;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user