Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-06-08 20:03:46 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-06-17 10:22:22 +0300
commitc5d2958ac75302c35dadbfbcc6bf5365740886f5 (patch)
treee00c9bdb0b42f072f9236f28356648a90b4cd604 /lib/base.php
parent16ab7986b4c019d18bfbfa083ce63040f104ea5b (diff)
Migrate Settings to new bootstrap mechanism
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/base.php')
-rw-r--r--lib/base.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/base.php b/lib/base.php
index ab199c09722..8109e47cdc0 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -739,8 +739,6 @@ class OC {
// Make sure that the application class is not loaded before the database is setup
if ($systemConfig->getValue("installed", false)) {
OC_App::loadApp('settings');
- $settings = \OC::$server->query(\OCA\Settings\AppInfo\Application::class);
- $settings->register();
}
//make sure temporary files are cleaned up