mirror of
https://github.com/nextcloud/server.git
synced 2026-04-14 21:48:02 -04:00
Merge pull request #11543 from owncloud/closeSessionForAppsLoading
Close session when loading apps
This commit is contained in:
commit
baffe5353f
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@
|
|||
*/
|
||||
|
||||
OC_Util::checkAdminUser();
|
||||
\OC::$server->getSession()->close();
|
||||
|
||||
// Load the files we need
|
||||
OCP\Util::addStyle('settings', 'settings' );
|
||||
|
|
|
|||
Loading…
Reference in a new issue