Merge pull request #2667 from nextcloud/backport-2070-use-correct-l10n-for-settings-menu

[stable10] Get correct L10N for Settings Manager
This commit is contained in:
Morris Jobke 2016-12-14 11:36:23 -06:00 committed by GitHub
commit 7732c497fd
1 changed files with 1 additions and 1 deletions

View File

@ -731,7 +731,7 @@ class Server extends ServerContainer implements IServerContainer {
$manager = new \OC\Settings\Manager(
$c->getLogger(),
$c->getDatabaseConnection(),
$c->getL10N('core'),
$c->getL10N('lib'),
$c->getConfig(),
$c->getEncryptionManager(),
$c->getUserManager(),