Calendar: Write-close session to enable parallel events.php requests
This commit is contained in:
parent
18ce53f426
commit
4268fe61ba
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue