diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-06-16 00:44:23 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-06-16 00:44:23 +0200 |
commit | 4268fe61bad04a873a8f161937128dbae1eae741 (patch) | |
tree | e484daa63a04d4c6347be2386b49b98c616eb2a8 /apps/calendar | |
parent | 18ce53f426e53a201570a97c4cf00b854315cca0 (diff) | |
download | nextcloud-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.php | 1 |
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; |