From a786dc0610bba13e67866924cc81f3bfce9a2684 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Fri, 8 Dec 2006 16:05:08 +1300 Subject: [PATCH] We need XMLElement to deliver error reports about locks. --- inc/CalDAVRequest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inc/CalDAVRequest.php b/inc/CalDAVRequest.php index 54958f5e..b39a262d 100644 --- a/inc/CalDAVRequest.php +++ b/inc/CalDAVRequest.php @@ -14,6 +14,8 @@ * @license http://gnu.org/copyleft/gpl.html GNU GPL v2 */ +require_once("XMLElement.php"); + define('DEPTH_INFINITY', 9999); /**