diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2016-08-11 00:45:15 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2016-08-11 00:45:15 +0200 |
commit | 0fc34c99f4e1dbe26e5074102f48f75d70fe97d0 (patch) | |
tree | f4ce1b531b7e7fe5bd40f8bb4a3f574e3485220e /lib/private/Installer.php | |
parent | 1eb8b951c2eb6388efdd628c878110d78ae4e77d (diff) | |
download | nextcloud-server-0fc34c99f4e1dbe26e5074102f48f75d70fe97d0.tar.gz nextcloud-server-0fc34c99f4e1dbe26e5074102f48f75d70fe97d0.zip |
fix registration of admin settings and section on app install
Diffstat (limited to 'lib/private/Installer.php')
-rw-r--r-- | lib/private/Installer.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/Installer.php b/lib/private/Installer.php index a4300785002..eed97e18d94 100644 --- a/lib/private/Installer.php +++ b/lib/private/Installer.php @@ -135,7 +135,6 @@ 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)) { |