diff --git a/inc/caldav-REPORT-sync-collection.php b/inc/caldav-REPORT-sync-collection.php index d8f0651c..f2e4c037 100644 --- a/inc/caldav-REPORT-sync-collection.php +++ b/inc/caldav-REPORT-sync-collection.php @@ -21,9 +21,9 @@ if ( empty($sync_level) ) { else { $sync_level = $sync_level[0]->GetContent(); if ( $sync_level == 'infinity' ) - $sync_level = DEPTH_INFINITY; + $sync_level = DEPTH_INFINITY; else - $sync_level = 1; + $sync_level = 1; } if ( $sync_level == DEPTH_INFINITY ) {