From 92355af6f6d7b1f6d6baa0e17bd59684d5ea2116 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Sun, 14 Mar 2010 00:21:43 +1300 Subject: [PATCH] Fix incorrect reference in PreconditionFailed() method. --- inc/CalDAVRequest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/CalDAVRequest.php b/inc/CalDAVRequest.php index 6ad53be9..2950c1df 100644 --- a/inc/CalDAVRequest.php +++ b/inc/CalDAVRequest.php @@ -1073,7 +1073,7 @@ EOSQL; <%s/>%s ', $precondition, $explanation ); - $request->DoResponse( $status, $xmldoc, 'text/xml; charset="utf-8"' ); + $this->DoResponse( $status, $xmldoc, 'text/xml; charset="utf-8"' ); exit(0); // Unecessary, but might clarify things }