ports/www/davical/files/patch-htdocs_caldav.php
Kurt Jaeger a6e485f349 www/davical: update 1.1.2 -> 1.1.5
- moved MASTER_SITE to gitlab
- Please note that there are long-standing sync issues with KDE
  Korganizer (and Kontact) clients when there are multiple clients
  syncing to the same calendar.
  For example, see https://bugs.kde.org/show_bug.cgi?id=325224

PR:		215847
Changes:	https://gitlab.com/davical-project/davical/blob/master/ChangeLog
Submitted by:	packet@nerdheim.de
2017-02-01 19:59:44 +00:00

11 lines
353 B
PHP

--- htdocs/caldav.php.orig 2017-01-30 20:16:26 UTC
+++ htdocs/caldav.php
@@ -119,6 +119,8 @@ try {
include('caldav-POST.php');
break;
}
+ error_log('the value of add_member is : ', $add_member);
+ $add_member = true;
// fall through if POST add member
case 'PUT':
switch( $request->content_type ) {