fix checkLoggedIn function in import of ical files
This commit is contained in:
parent
c40a1fcede
commit
77e12a15b1
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
|
||||
require_once ('../../lib/base.php');
|
||||
//OC_JSON::checkLoggedIn();
|
||||
OC_JSON::checkLoggedIn();
|
||||
OC_Util::checkAppEnabled('calendar');
|
||||
|
||||
if($_GET["import"] == "existing"){
|
||||
|
|
Loading…
Reference in a new issue