From c26ae36b93343dabe6e5b45dc589c5daac996a41 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Mon, 27 Nov 2006 09:21:13 +1300 Subject: [PATCH] Remove exit(0) which is no longer necessary. --- inc/caldav-PROPFIND.php | 1 - 1 file changed, 1 deletion(-) 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 );