mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Merge pull request #30301 from nextcloud/backport/30119/stable23
[stable23] Use proper translation source for direct editing
This commit is contained in:
commit
4b8b2b4740
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue