Skip to content
Snippets Groups Projects
Commit 311c2bc0 authored by Bart Visscher's avatar Bart Visscher
Browse files

Calendar: Write-close session to enable parallel events.php requests

parent 0524f6fd
Branches
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ require_once('when/When.php');
OCP\JSON::checkLoggedIn();
OCP\JSON::checkAppEnabled('calendar');
session_write_close();
// Look for the calendar id
$calendar_id = OC_Calendar_App::getCalendar($_GET['calendar_id'], false, false);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment