diff options
author | Georg Ehrke <georg.stefan.germany@googlemail.com> | 2011-10-03 22:52:13 +0200 |
---|---|---|
committer | Georg Ehrke <georg.stefan.germany@googlemail.com> | 2011-10-03 22:52:13 +0200 |
commit | 77e12a15b1cffcaf3c152bf394fd15eb61d24ace (patch) | |
tree | c5676ce60b6ee8319da5da9254c8d2efc67f0996 | |
parent | c40a1fcedebb238ba369a4cc30000e348bfbdd8a (diff) | |
download | nextcloud-server-77e12a15b1cffcaf3c152bf394fd15eb61d24ace.tar.gz nextcloud-server-77e12a15b1cffcaf3c152bf394fd15eb61d24ace.zip |
fix checkLoggedIn function in import of ical files
-rw-r--r-- | apps/calendar/import.php | 2 |
1 files changed, 1 insertions, 1 deletions
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"){ |