From 311c2bc0d311a70cff9cc73673bcd5f310e9f0a6 Mon Sep 17 00:00:00 2001 From: Bart Visscher Date: Sat, 16 Jun 2012 00:44:23 +0200 Subject: [PATCH] Calendar: Write-close session to enable parallel events.php requests --- apps/calendar/ajax/events.php | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/calendar/ajax/events.php b/apps/calendar/ajax/events.php index b0c5587633f..8024a5419eb 100644 --- a/apps/calendar/ajax/events.php +++ b/apps/calendar/ajax/events.php @@ -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); -- 2.39.5