Get correct L10N for Settings Manager

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2016-12-14 12:30:05 +01:00
parent 9ff733c9a9
commit 54b081226b
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
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(),