From: Georg Ehrke Date: Mon, 3 Oct 2011 20:52:13 +0000 (+0200) Subject: fix checkLoggedIn function in import of ical files X-Git-Tag: v3.0~120^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=77e12a15b1cffcaf3c152bf394fd15eb61d24ace;p=nextcloud-server.git fix checkLoggedIn function in import of ical files --- diff --git a/apps/calendar/import.php b/apps/calendar/import.php index e31d8bbdc6f..46822349448 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"){