]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix checkLoggedIn function in import of ical files
authorGeorg Ehrke <georg.stefan.germany@googlemail.com>
Mon, 3 Oct 2011 20:52:13 +0000 (22:52 +0200)
committerGeorg Ehrke <georg.stefan.germany@googlemail.com>
Mon, 3 Oct 2011 20:52:13 +0000 (22:52 +0200)
apps/calendar/import.php

index e31d8bbdc6f584cea9da733553fc0fe32a3a9f22..46822349448cdc20a011aba341b7d70944a83a30 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 require_once ('../../lib/base.php');
-//OC_JSON::checkLoggedIn();
+OC_JSON::checkLoggedIn();
 OC_Util::checkAppEnabled('calendar');
 
 if($_GET["import"] == "existing"){