From a23ab2cf54746f0e9133ca145fbfa9d849c05a21 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Wed, 4 Nov 2009 08:51:44 +1300 Subject: [PATCH] Add MOVE to the supported method set. --- inc/CalDAVRequest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inc/CalDAVRequest.php b/inc/CalDAVRequest.php index b932cb7d..ed48a4d7 100644 --- a/inc/CalDAVRequest.php +++ b/inc/CalDAVRequest.php @@ -387,7 +387,8 @@ EOSQL; 'REPORT' => '', 'DELETE' => '', 'LOCK' => '', - 'UNLOCK' => '' + 'UNLOCK' => '', + 'MOVE' => '' ); if ( $this->IsCollection() ) { /* if ( $this->IsPrincipal() ) {