aboutsummaryrefslogtreecommitdiffstats
path: root/apps/calendar
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-06-16 00:44:23 +0200
committerBart Visscher <bartv@thisnet.nl>2012-06-16 00:44:23 +0200
commit4268fe61bad04a873a8f161937128dbae1eae741 (patch)
treee484daa63a04d4c6347be2386b49b98c616eb2a8 /apps/calendar
parent18ce53f426e53a201570a97c4cf00b854315cca0 (diff)
downloadnextcloud-server-4268fe61bad04a873a8f161937128dbae1eae741.tar.gz
nextcloud-server-4268fe61bad04a873a8f161937128dbae1eae741.zip
Calendar: Write-close session to enable parallel events.php requests
Diffstat (limited to 'apps/calendar')
-rw-r--r--apps/calendar/ajax/events.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/calendar/ajax/events.php b/apps/calendar/ajax/events.php
index 3f29f1e5eff..39130a6a983 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;