Merge pull request #11543 from owncloud/closeSessionForAppsLoading
Close session when loading apps
This commit is contained in:
commit
baffe5353f
|
@ -22,6 +22,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
OC_Util::checkAdminUser();
|
OC_Util::checkAdminUser();
|
||||||
|
\OC::$server->getSession()->close();
|
||||||
|
|
||||||
// Load the files we need
|
// Load the files we need
|
||||||
OCP\Util::addStyle('settings', 'settings' );
|
OCP\Util::addStyle('settings', 'settings' );
|
||||||
|
|
Loading…
Reference in New Issue