aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Installer.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/Installer.php')
-rw-r--r--lib/private/Installer.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/Installer.php b/lib/private/Installer.php
index eed97e18d94..a4300785002 100644
--- a/lib/private/Installer.php
+++ b/lib/private/Installer.php
@@ -135,6 +135,7 @@ class Installer {
}
\OC_App::setupBackgroundJobs($info['background-jobs']);
+ \OC::$server->getSettingsManager()->setupSettings($info['settings']);
//run appinfo/install.php
if((!isset($data['noinstall']) or $data['noinstall']==false)) {