]> source.dussan.org Git - nextcloud-server.git/commitdiff
Close session when loading apps
authorLukas Reschke <lukas@owncloud.com>
Mon, 13 Oct 2014 13:03:44 +0000 (15:03 +0200)
committerLukas Reschke <lukas@owncloud.com>
Mon, 13 Oct 2014 13:03:44 +0000 (15:03 +0200)
Otherwise the session is blocked while all remote apps are loaded. This can be very annoying especially when apps.owncloud.com is down or not reachable.

settings/apps.php

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