summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/connector
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-03-17 15:39:08 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2016-03-24 09:53:36 +0100
commit06e8c70400dd6e3e1c153c4258eba0357c502a7f (patch)
treefbc705d2c1ad348cde72c286da271d26afe99d81 /apps/dav/lib/connector
parent8c2b19d2bc2167e95849d7e3541f25a5519caf3b (diff)
downloadnextcloud-server-06e8c70400dd6e3e1c153c4258eba0357c502a7f.tar.gz
nextcloud-server-06e8c70400dd6e3e1c153c4258eba0357c502a7f.zip
Fix acls for calendar objects and cards - fixes #23273
Diffstat (limited to 'apps/dav/lib/connector')
-rw-r--r--apps/dav/lib/connector/sabre/principal.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/dav/lib/connector/sabre/principal.php b/apps/dav/lib/connector/sabre/principal.php
index 49fb4efdee2..18f28a916f1 100644
--- a/apps/dav/lib/connector/sabre/principal.php
+++ b/apps/dav/lib/connector/sabre/principal.php
@@ -132,6 +132,7 @@ class Principal implements BackendInterface {
* Returns the list of groups a principal is a member of
*
* @param string $principal
+ * @param bool $needGroups
* @return array
* @throws Exception
*/