diff options
Diffstat (limited to 'apps/calendar/ajax/changeview.php')
-rw-r--r-- | apps/calendar/ajax/changeview.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/calendar/ajax/changeview.php b/apps/calendar/ajax/changeview.php index 76e29cbe265..736a5625530 100644 --- a/apps/calendar/ajax/changeview.php +++ b/apps/calendar/ajax/changeview.php @@ -5,8 +5,6 @@ * later. * See the COPYING-README file. */ - -require_once ('../../../lib/base.php'); OC_JSON::checkLoggedIn(); OC_JSON::checkAppEnabled('calendar'); $view = $_GET['v']; |