mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Close session for search
Make search non-blocking.
This commit is contained in:
parent
cb944814d9
commit
1052243285
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@
|
|||
|
||||
// Check if we are a user
|
||||
OC_JSON::checkLoggedIn();
|
||||
\OC::$server->getSession()->close();
|
||||
|
||||
$query=(isset($_GET['query']))?$_GET['query']:'';
|
||||
if($query) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue