diff options
Diffstat (limited to 'apps/calendar/caldav.php')
-rw-r--r-- | apps/calendar/caldav.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/calendar/caldav.php b/apps/calendar/caldav.php index b710b99ea43..a319fd05223 100644 --- a/apps/calendar/caldav.php +++ b/apps/calendar/caldav.php @@ -9,7 +9,7 @@ // Do not load FS ... $RUNTIME_NOSETUPFS = true; -require_once('../../lib/base.php'); + OC_Util::checkAppEnabled('calendar'); // Backends |