Merge pull request #11543 from owncloud/closeSessionForAppsLoading

Close session when loading apps
This commit is contained in:
Thomas Müller 2014-10-13 17:59:12 +02:00
commit baffe5353f
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
*/
OC_Util::checkAdminUser();
\OC::$server->getSession()->close();
// Load the files we need
OCP\Util::addStyle('settings', 'settings' );