From 19f7476f77039b770ff22d12550ab836012cfd38 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Sun, 14 Feb 2021 12:36:41 +0100 Subject: [PATCH] Use correct namespace (casing) in CalendarHome Signed-off-by: Roeland Jago Douma --- apps/dav/lib/CalDAV/CalendarHome.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dav/lib/CalDAV/CalendarHome.php b/apps/dav/lib/CalDAV/CalendarHome.php index 1a00ad94af5..c746ab04112 100644 --- a/apps/dav/lib/CalDAV/CalendarHome.php +++ b/apps/dav/lib/CalDAV/CalendarHome.php @@ -138,7 +138,7 @@ class CalendarHome extends \Sabre\CalDAV\CalendarHome { return new Outbox($this->config, $this->principalInfo['uri']); } if ($name === 'notifications' && $this->caldavBackend instanceof NotificationSupport) { - return new \Sabre\CalDAv\Notifications\Collection($this->caldavBackend, $this->principalInfo['uri']); + return new \Sabre\CalDAV\Notifications\Collection($this->caldavBackend, $this->principalInfo['uri']); } // Calendars