From d3427be5e40b8889fd2b23b9f716e596de29694b Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Fri, 10 Aug 2012 22:20:32 +0200 Subject: Following the code guidelines makes Michael happy :-) --- apps/calendar/appinfo/remote.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'apps/calendar') diff --git a/apps/calendar/appinfo/remote.php b/apps/calendar/appinfo/remote.php index 39f8f83b168..6669d7ce2c4 100644 --- a/apps/calendar/appinfo/remote.php +++ b/apps/calendar/appinfo/remote.php @@ -21,7 +21,9 @@ $principalBackend = new OC_Connector_Sabre_Principal(); $caldavBackend = new OC_Connector_Sabre_CalDAV(); // Root nodes -$collection = new Sabre_CalDAV_Principal_Collection($principalBackend); $collection->disableListing = true; // Disable listening +$collection = new Sabre_CalDAV_Principal_Collection($principalBackend); +$collection->disableListing = true; // Disable listening + $nodes = array( $collection, new Sabre_CalDAV_CalendarRootNode($principalBackend, $caldavBackend), -- cgit v1.2.3