diff --git a/inc/caldav-PROPFIND.php b/inc/caldav-PROPFIND.php index cd5eea19..33f3d83f 100644 --- a/inc/caldav-PROPFIND.php +++ b/inc/caldav-PROPFIND.php @@ -310,7 +310,6 @@ elseif ( $request->AllowedTo('read') ) { } else { $request->DoResponse( 403, translate("You do not have appropriate rights to view that resource.") ); - exit(0); } // dbg_log_array( "PROPFIND", "XML", $multistatus, true );