Browse Source
Correctly parse the subject parameters for link (un)shares of calendars
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/10078/head
Joas Schilling
8 years ago
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with
2 additions and
0 deletions
-
apps/dav/lib/CalDAV/Activity/Provider/Calendar.php
|
|
|
@ -176,6 +176,8 @@ class Calendar extends Base { |
|
|
|
case self::SUBJECT_DELETE . '_self': |
|
|
|
case self::SUBJECT_UPDATE: |
|
|
|
case self::SUBJECT_UPDATE . '_self': |
|
|
|
case self::SUBJECT_PUBLISH . '_self': |
|
|
|
case self::SUBJECT_UNPUBLISH . '_self': |
|
|
|
case self::SUBJECT_SHARE_USER: |
|
|
|
case self::SUBJECT_UNSHARE_USER: |
|
|
|
case self::SUBJECT_UNSHARE_USER . '_self': |
|
|
|
|