From 024223456cb7cb35d9c3bd289919f500eff3232e Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Sat, 13 Jun 2009 12:07:39 +1200 Subject: [PATCH] Revert ill-considered change. --- htdocs/caldav.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/caldav.php b/htdocs/caldav.php index 13d2a5c5..4d9aa18d 100644 --- a/htdocs/caldav.php +++ b/htdocs/caldav.php @@ -35,7 +35,7 @@ $request = new CalDAVRequest(); if ( ! isset($request->collection) ) { dbg_error_log( "LOG WARNING", "Attempt to %s url '%s' but no collection exists there.", $request->method, $request->path ); - $request->DoResponse( 404, translate("There is no collection at that URL.") ); +// $request->DoResponse( 404, translate("There is no collection at that URL.") ); } switch ( $request->method ) {