mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-06-09 05:00:21 +00:00
Revert ill-considered change.
This commit is contained in:
parent
2f6b7db543
commit
024223456c
@ -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 ) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user