aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Ehrke <georg.stefan.germany@googlemail.com>2011-10-03 22:52:13 +0200
committerGeorg Ehrke <georg.stefan.germany@googlemail.com>2011-10-03 22:52:13 +0200
commit77e12a15b1cffcaf3c152bf394fd15eb61d24ace (patch)
treec5676ce60b6ee8319da5da9254c8d2efc67f0996
parentc40a1fcedebb238ba369a4cc30000e348bfbdd8a (diff)
downloadnextcloud-server-77e12a15b1cffcaf3c152bf394fd15eb61d24ace.tar.gz
nextcloud-server-77e12a15b1cffcaf3c152bf394fd15eb61d24ace.zip
fix checkLoggedIn function in import of ical files
-rw-r--r--apps/calendar/import.php2
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"){