From 9e6c3cffe7932c8f924a33a2688b289bd48c66a9 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Thu, 27 Oct 2011 08:47:19 +1300 Subject: [PATCH] We need the DAVPrincipal module here in some situations. --- inc/DAVResource.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/DAVResource.php b/inc/DAVResource.php index d50e4c54..486ed5f1 100644 --- a/inc/DAVResource.php +++ b/inc/DAVResource.php @@ -11,6 +11,7 @@ require_once('AwlCache.php'); require_once('AwlQuery.php'); +require_once('DAVPrincipal.php'); require_once('DAVTicket.php'); require_once('iCalendar.php'); -- 2.11.4.GIT