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

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

parent 18ce53f4
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 = null;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment