opnsense-ports/www/davical/files/patch-htdocs_caldav.php
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
350 B
PHP

--- htdocs/caldav.php.orig 2013-07-15 01:12:05 UTC
+++ htdocs/caldav.php
@@ -114,6 +114,8 @@ switch ( $request->method ) {
include('caldav-POST.php');
break;
}
+ error_log('the value of add_member is : ', $add_member);
+ $add_member = true;
case 'PUT':
switch( $request->content_type ) {
case 'text/calendar':