mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-28 03:04:15 +00:00
Workaround client software with imperfect add-member implementations.
This commit is contained in:
parent
20e3e2d91a
commit
9d7d453211
@ -110,7 +110,7 @@ switch ( $request->method ) {
|
||||
case 'HEAD': include('caldav-GET.php'); break;
|
||||
case 'PROPPATCH': include('caldav-PROPPATCH.php'); break;
|
||||
case 'POST':
|
||||
if ( !$add_member ) {
|
||||
if ( $request->content_type != 'text/vcard' && !$add_member ) {
|
||||
include('caldav-POST.php');
|
||||
break;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user