diff options
Diffstat (limited to 'apps/files_trashbin/ajax/list.php')
-rw-r--r-- | apps/files_trashbin/ajax/list.php | 1 |
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'] : ''; |