diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-06-20 19:41:08 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-06-22 17:21:56 +0200 |
commit | 96ec7a66bb64e1e2ffa9b87e9473dceb9f45516c (patch) | |
tree | 94d9fa6b650b74a2fa3c5657113f6833bcaaac4e /apps/gallery/ajax | |
parent | 50667dcb82d8a31541ee13fe71c8da4074099ea8 (diff) | |
download | nextcloud-server-96ec7a66bb64e1e2ffa9b87e9473dceb9f45516c.tar.gz nextcloud-server-96ec7a66bb64e1e2ffa9b87e9473dceb9f45516c.zip |
More session_write_close
Diffstat (limited to 'apps/gallery/ajax')
-rw-r--r-- | apps/gallery/ajax/thumbnail.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/gallery/ajax/thumbnail.php b/apps/gallery/ajax/thumbnail.php index 4fc9eba992d..5bf1d420dc4 100644 --- a/apps/gallery/ajax/thumbnail.php +++ b/apps/gallery/ajax/thumbnail.php @@ -23,6 +23,7 @@ OCP\JSON::checkLoggedIn(); OCP\JSON::checkAppEnabled('gallery'); +session_write_close(); require_once('apps/gallery/lib/managers.php'); |