Revert ill-considered change.

This commit is contained in:
Andrew McMillan 2009-06-13 12:07:39 +12:00
parent 2f6b7db543
commit 024223456c

View File

@ -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 ) {