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/contacts | |
parent | 50667dcb82d8a31541ee13fe71c8da4074099ea8 (diff) | |
download | nextcloud-server-96ec7a66bb64e1e2ffa9b87e9473dceb9f45516c.tar.gz nextcloud-server-96ec7a66bb64e1e2ffa9b87e9473dceb9f45516c.zip |
More session_write_close
Diffstat (limited to 'apps/contacts')
-rw-r--r-- | apps/contacts/thumbnail.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/contacts/thumbnail.php b/apps/contacts/thumbnail.php index da4e930f3e5..8378507163e 100644 --- a/apps/contacts/thumbnail.php +++ b/apps/contacts/thumbnail.php @@ -23,6 +23,7 @@ OCP\JSON::checkLoggedIn(); //OCP\User::checkLoggedIn(); OCP\App::checkAppEnabled('contacts'); +session_close_write(); function getStandardImage(){ //OCP\Response::setExpiresHeader('P10D'); |