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

This commit is contained in:
Bart Visscher 2012-06-16 00:44:23 +02:00
parent 0524f6fd3c
commit 311c2bc0d3
1 changed files with 1 additions and 0 deletions

View File

@ -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);