From 653129f98312db32a7dfea4efb2029c7cdb2a1ad Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Thu, 9 Nov 2006 00:26:35 +1300 Subject: [PATCH] Seems more consistent this way. --- inc/caldav-MKCALENDAR.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/caldav-MKCALENDAR.php b/inc/caldav-MKCALENDAR.php index bf00dec6..49606fd6 100644 --- a/inc/caldav-MKCALENDAR.php +++ b/inc/caldav-MKCALENDAR.php @@ -15,7 +15,7 @@ if ( ! isset($permissions['write']) ) { header("Content-type: text/plain"); echo "You may not create a calendar there."; dbg_error_log("ERROR", "MKCALENDAR Access denied for User: %d, Path: %s", $session->user_no, $get_path); - return; + exit(0); } $displayname = $request_path;