diff --git a/inc/CalDAVRequest.php b/inc/CalDAVRequest.php index fe795fc7..afb84843 100644 --- a/inc/CalDAVRequest.php +++ b/inc/CalDAVRequest.php @@ -1080,7 +1080,7 @@ EOSQL; $xmldoc = sprintf(' <%s/>%s -', $precondition, $explanation ); +', str_replace('DAV::', '', $precondition), $explanation ); $this->DoResponse( $status, $xmldoc, 'text/xml; charset="utf-8"' ); exit(0); // Unecessary, but might clarify things