From 4268fe61bad04a873a8f161937128dbae1eae741 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 3f29f1e5ef..39130a6a98 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 = null;