Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/calendar')
-rw-r--r--apps/calendar/caldav.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/calendar/caldav.php b/apps/calendar/caldav.php
index a319fd05223..7210b25879f 100644
--- a/apps/calendar/caldav.php
+++ b/apps/calendar/caldav.php
@@ -8,7 +8,7 @@
// Do not load FS ...
$RUNTIME_NOSETUPFS = true;
-
+require_once('../inc.php');
OC_Util::checkAppEnabled('calendar');