]> source.dussan.org Git - nextcloud-server.git/commitdiff
Calendar: Write-close session to enable parallel events.php requests
authorBart Visscher <bartv@thisnet.nl>
Fri, 15 Jun 2012 22:44:23 +0000 (00:44 +0200)
committerBart Visscher <bartv@thisnet.nl>
Tue, 19 Jun 2012 21:18:26 +0000 (23:18 +0200)
apps/calendar/ajax/events.php

index b0c5587633fe910de8bcf0fc5e04222b5246dc9b..8024a5419eb9e34c643d2512d6af39a6adbe977d 100644 (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);