From 90ae126bd83912168aa02a47f3ace11f8502626a Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Thu, 7 Dec 2006 00:10:01 +1300 Subject: [PATCH] Another cut and paste error. Thank $%*&^ for regression tests :-) --- inc/CalDAVRequest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/CalDAVRequest.php b/inc/CalDAVRequest.php index eef333f4..16f89adb 100644 --- a/inc/CalDAVRequest.php +++ b/inc/CalDAVRequest.php @@ -309,7 +309,7 @@ class CalDAVRequest } $response = new XMLElement( "multistatus", new XMLElement( 'response', $response), array('xmlns'=>'DAV:') ); $xmldoc = $response->Render(0,''); - $request->DoResponse( 207, $xmldoc, 'text/xml; charset="utf-8"' ); + $this->DoResponse( 207, $xmldoc, 'text/xml; charset="utf-8"' ); // Which we won't come back from } return $existing_lock;