From 77e12a15b1cffcaf3c152bf394fd15eb61d24ace Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Mon, 3 Oct 2011 22:52:13 +0200 Subject: [PATCH] fix checkLoggedIn function in import of ical files --- apps/calendar/import.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/calendar/import.php b/apps/calendar/import.php index e31d8bbdc6..4682234944 100644 --- a/apps/calendar/import.php +++ b/apps/calendar/import.php @@ -7,7 +7,7 @@ */ require_once ('../../lib/base.php'); -//OC_JSON::checkLoggedIn(); +OC_JSON::checkLoggedIn(); OC_Util::checkAppEnabled('calendar'); if($_GET["import"] == "existing"){