We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1b2eed + 1ec793a commit 8629ff9Copy full SHA for 8629ff9
lib/private/DirectEditing/Manager.php
@@ -82,7 +82,7 @@ public function __construct(
82
$this->connection = $connection;
83
$this->userId = $userSession->getUser() ? $userSession->getUser()->getUID() : null;
84
$this->rootFolder = $rootFolder;
85
- $this->l10n = $l10nFactory->get('core');
+ $this->l10n = $l10nFactory->get('lib');
86
$this->encryptionManager = $encryptionManager;
87
}
88
0 commit comments