mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Merge pull request #30119 from nextcloud/bugfix/noid/direct-editor-translation
Use proper translation source for direct editing
This commit is contained in:
commit
f001cc73e7
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