diff --git a/inc/CalDAVRequest.php b/inc/CalDAVRequest.php index c9c0d1dc..0d485bd9 100644 --- a/inc/CalDAVRequest.php +++ b/inc/CalDAVRequest.php @@ -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