From 99bcc1363ecf33736993d83ff24ae5374f0d0f9a Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 23 Nov 2018 12:38:24 +0100 Subject: Fix wrong used type Signed-off-by: Joas Schilling --- apps/dav/lib/CalDAV/Activity/Provider/Base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/dav/lib') diff --git a/apps/dav/lib/CalDAV/Activity/Provider/Base.php b/apps/dav/lib/CalDAV/Activity/Provider/Base.php index 99ad903f247..ee9c6716130 100644 --- a/apps/dav/lib/CalDAV/Activity/Provider/Base.php +++ b/apps/dav/lib/CalDAV/Activity/Provider/Base.php @@ -160,7 +160,7 @@ abstract class Base implements IProvider { } return [ - 'type' => 'group', + 'type' => 'user-group', 'id' => $gid, 'name' => $this->groupDisplayNames[$gid], ]; -- cgit v1.2.3