diff options
author | Georg Ehrke <dev@georgswebsite.de> | 2012-08-09 12:36:00 +0200 |
---|---|---|
committer | Georg Ehrke <dev@georgswebsite.de> | 2012-08-09 12:37:26 +0200 |
commit | 00d7ae8319ad0b48b31df4080fe7da7a848de28d (patch) | |
tree | 3df35e71d5926810033240b98486b0d1c0ff4001 /apps/calendar/index.php | |
parent | 10d0861872c031e089766fe8e992d44c1cb7e5c5 (diff) | |
download | nextcloud-server-00d7ae8319ad0b48b31df4080fe7da7a848de28d.tar.gz nextcloud-server-00d7ae8319ad0b48b31df4080fe7da7a848de28d.zip |
move calendar settings from personal settings to in app settings
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'); |