Following the code guidelines makes Michael happy :-)

master
Lukas Reschke 2012-08-10 22:20:32 +02:00
parent 178acc03a6
commit e5c99b8e5a
1 changed files with 3 additions and 1 deletions

View File

@ -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),