mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-03 14:09:23 +00:00
Correct object generating response.
This commit is contained in:
parent
0cfa405cc7
commit
c4c069a2cb
@ -272,7 +272,7 @@ class CalDAVRequest
|
||||
return $this->_locks_found[$lock_token];
|
||||
}
|
||||
else {
|
||||
$request->DoResponse( 500, translate("Database Error") );
|
||||
$this->DoResponse( 500, translate("Database Error") );
|
||||
}
|
||||
|
||||
return false; // Nothing matched
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user