Close the session for preview generation

Without closing the session every preview image generation is locking the session which makes the webinterface unresponsive.
This commit is contained in:
Lukas Reschke 2014-09-29 14:27:44 +02:00
parent 53f6d74938
commit ba2472575f

View file

@ -6,6 +6,7 @@
* See the COPYING-README file.
*/
\OC_Util::checkLoggedIn();
\OC::$server->getSession()->close();
$file = array_key_exists('file', $_GET) ? (string)$_GET['file'] : '';
$maxX = array_key_exists('x', $_GET) ? (int)$_GET['x'] : '36';