diff options
Diffstat (limited to 'apps/calendar/caldav.php')
-rw-r--r-- | apps/calendar/caldav.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/calendar/caldav.php b/apps/calendar/caldav.php index 83f6a5ab51d..b581274398d 100644 --- a/apps/calendar/caldav.php +++ b/apps/calendar/caldav.php @@ -10,6 +10,7 @@ $RUNTIME_NOSETUPFS = true; require_once('../../lib/base.php'); +OC_Util::checkAppEnabled('calendar'); // Backends $authBackend = new OC_Connector_Sabre_Auth(); |