summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/ajax/list.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_trashbin/ajax/list.php')
-rw-r--r--apps/files_trashbin/ajax/list.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_trashbin/ajax/list.php b/apps/files_trashbin/ajax/list.php
index 6cad101d34a..e25301a26cb 100644
--- a/apps/files_trashbin/ajax/list.php
+++ b/apps/files_trashbin/ajax/list.php
@@ -1,6 +1,7 @@
<?php
OCP\JSON::checkLoggedIn();
+\OC::$server->getSession()->close();
// Load the files
$dir = isset( $_GET['dir'] ) ? $_GET['dir'] : '';