mirror of
https://git.freebsd.org/ports.git
synced 2025-05-16 01:01:49 -04:00
- 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
11 lines
353 B
PHP
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 ) {
|