Skip to content

Commit 8629ff9

Browse files
authored
Merge pull request #30300 from nextcloud/backport/30119/stable22
2 parents c1b2eed + 1ec793a commit 8629ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/private/DirectEditing/Manager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function __construct(
8282
$this->connection = $connection;
8383
$this->userId = $userSession->getUser() ? $userSession->getUser()->getUID() : null;
8484
$this->rootFolder = $rootFolder;
85-
$this->l10n = $l10nFactory->get('core');
85+
$this->l10n = $l10nFactory->get('lib');
8686
$this->encryptionManager = $encryptionManager;
8787
}
8888

0 commit comments

Comments
 (0)