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
@ -590,9 +590,12 @@ error_log(__METHOD__."($path,,".array2string($start).") filter=".array2string($f
|
||||
* @return mixed boolean true on success, false on failure or string with http status (eg. '404 Not Found')
|
||||
*/
|
||||
function post(&$options,$id,$user=null)
|
||||
{
|
||||
if (preg_match('/^METHOD:PUBLISH(\r\n|\r|\n)/im', $options['content']))
|
||||
{
|
||||
$status = $this->put($options,$id,$user);
|
||||
// error_log("CalDAV POST: $status" . print_r($options, true));
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user