diff options
Diffstat (limited to 'apps/calendar/index.php')
-rw-r--r-- | apps/calendar/index.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/calendar/index.php b/apps/calendar/index.php index cbfe0027b7b..352c295c437 100644 --- a/apps/calendar/index.php +++ b/apps/calendar/index.php @@ -5,8 +5,7 @@ * later. * See the COPYING-README file. */ - - +DEFINE('DEBUG', TRUE); OCP\User::checkLoggedIn(); OCP\App::checkAppEnabled('calendar'); |