mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-01 04:13:28 +01:00
Fix CalDAV delete event issue
This commit is contained in:
parent
caf9e840f4
commit
045e2b5180
@ -591,8 +591,11 @@ error_log(__METHOD__."($path,,".array2string($start).") filter=".array2string($f
|
|||||||
*/
|
*/
|
||||||
function post(&$options,$id,$user=null)
|
function post(&$options,$id,$user=null)
|
||||||
{
|
{
|
||||||
$status = $this->put($options,$id,$user);
|
if (preg_match('/^METHOD:PUBLISH(\r\n|\r|\n)/im', $options['content']))
|
||||||
// error_log("CalDAV POST: $status" . print_r($options, true));
|
{
|
||||||
|
$status = $this->put($options,$id,$user);
|
||||||
|
// error_log("CalDAV POST: $status" . print_r($options, true));
|
||||||
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user