From c4c069a2cb8717880aa9325ac7ca8439bd86fc6c Mon Sep 17 00:00:00 2001 From: Maxime Delorme Date: Tue, 29 May 2007 23:04:50 +1200 Subject: [PATCH] Correct object generating response. --- inc/CalDAVRequest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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