diff options
author | Joas Schilling <coding@schilljs.com> | 2016-07-15 08:46:31 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-07-15 09:17:30 +0200 |
commit | 2c988ecbf498bebd8ac904e0c457521350cf469f (patch) | |
tree | 9a5be8451b1c763c5009b89f52993372cacaf735 /core/Command/Maintenance/Install.php | |
parent | e8d6621a2485196c66d0743df3072da3b9e9c36b (diff) | |
download | nextcloud-server-2c988ecbf498bebd8ac904e0c457521350cf469f.tar.gz nextcloud-server-2c988ecbf498bebd8ac904e0c457521350cf469f.zip |
Use the themed Defaults everywhere
Diffstat (limited to 'core/Command/Maintenance/Install.php')
-rw-r--r-- | core/Command/Maintenance/Install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Command/Maintenance/Install.php b/core/Command/Maintenance/Install.php index cee0c60b488..3e9e043b036 100644 --- a/core/Command/Maintenance/Install.php +++ b/core/Command/Maintenance/Install.php @@ -64,7 +64,7 @@ class Install extends Command { // validate the environment $server = \OC::$server; $setupHelper = new Setup($this->config, $server->getIniWrapper(), - $server->getL10N('lib'), new \OC_Defaults(), $server->getLogger(), + $server->getL10N('lib'), $server->getThemingDefaults(), $server->getLogger(), $server->getSecureRandom()); $sysInfo = $setupHelper->getSystemInfo(true); $errors = $sysInfo['errors']; |