From e35db30a0db57f075f4c06c8440512bc8c00cf02 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Tue, 10 Apr 2012 22:27:16 +1200 Subject: [PATCH] There are problems if this gets included twice, somehow. --- inc/CalDAVRequest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/CalDAVRequest.php b/inc/CalDAVRequest.php index b95ee182..42e9e65f 100644 --- a/inc/CalDAVRequest.php +++ b/inc/CalDAVRequest.php @@ -17,7 +17,7 @@ require_once("AwlCache.php"); require_once("XMLDocument.php"); require_once("DAVPrincipal.php"); -include("DAVTicket.php"); +require_once("DAVTicket.php"); define('DEPTH_INFINITY', 9999); -- 2.11.4.GIT