forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
350 B
PHP
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':
|