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:
authorGeorg Ehrke <dev@georgswebsite.de>2012-04-26 23:56:29 +0400
committerGeorg Ehrke <dev@georgswebsite.de>2012-04-26 23:56:29 +0400
commit5fda0e4b3b65c9bb0be4c627a0db87431875760a (patch)
tree2c325744e89eb793ecf66a92cc539453f74ff4c7 /apps/calendar
parent6930af4c0fd9ca251a2eda5d345cb7d71c3f475d (diff)
make *DAV work with movable apps
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');