mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
Get correct L10N for Settings Manager
Fixes #2022 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
cfda17d8f3
commit
931493b70e
1 changed files with 1 additions and 1 deletions
|
|
@ -778,7 +778,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(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue