More session_write_close

remotes/origin/stable45
Bart Visscher 13 years ago
parent 50667dcb82
commit 96ec7a66bb
  1. 1
      apps/contacts/thumbnail.php
  2. 1
      apps/gallery/ajax/thumbnail.php
  3. 1
      apps/gallery/templates/index.php

@ -23,6 +23,7 @@
OCP\JSON::checkLoggedIn();
//OCP\User::checkLoggedIn();
OCP\App::checkAppEnabled('contacts');
session_close_write();
function getStandardImage(){
//OCP\Response::setExpiresHeader('P10D');

@ -23,6 +23,7 @@
OCP\JSON::checkLoggedIn();
OCP\JSON::checkAppEnabled('gallery');
session_write_close();
require_once('apps/gallery/lib/managers.php');

@ -26,6 +26,7 @@ $(document).ready(function() {
</div>
<div id="gallerycontent">
<?php
session_write_close();
echo $_['tl']->get();

Loading…
Cancel
Save