Get correct L10N for Settings Manager

Fixes #2022

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2016-11-10 11:08:37 +01:00
parent cfda17d8f3
commit 931493b70e
No known key found for this signature in database
GPG Key ID: 1E152838F164D13B
1 changed files with 1 additions and 1 deletions

View File

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