Merge pull request #30301 from nextcloud/backport/30119/stable23

[stable23] Use proper translation source for direct editing
This commit is contained in:
MichaIng 2021-12-19 19:39:23 +01:00 committed by GitHub
commit 4b8b2b4740
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,7 +82,7 @@ class Manager implements IManager {
$this->connection = $connection;
$this->userId = $userSession->getUser() ? $userSession->getUser()->getUID() : null;
$this->rootFolder = $rootFolder;
$this->l10n = $l10nFactory->get('core');
$this->l10n = $l10nFactory->get('lib');
$this->encryptionManager = $encryptionManager;
}