From 69ee0efc0b355c33ec566cffb36c4b0dc429c338 Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Tue, 17 Apr 2012 19:31:29 +0200 Subject: remove the require_once lib base from all (or nearly all) files --- apps/calendar/import.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/calendar/import.php') diff --git a/apps/calendar/import.php b/apps/calendar/import.php index b1c6f91df84..f4a40e3b427 100644 --- a/apps/calendar/import.php +++ b/apps/calendar/import.php @@ -7,7 +7,7 @@ */ //check for calendar rights or create new one ob_start(); -require_once ('../../lib/base.php'); + OC_JSON::checkLoggedIn(); OC_Util::checkAppEnabled('calendar'); $nl = "\n"; -- cgit v1.2.3