Calendar: Write-close session to enable parallel events.php requests
This commit is contained in:
parent
0524f6fd3c
commit
311c2bc0d3
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue