Merge pull request #23252 from nextcloud/fix/l10n/activities

Use the correct l10n for activities
This commit is contained in:
Roeland Jago Douma 2020-10-07 11:34:57 +02:00 committed by GitHub
commit 67704a9643
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -694,7 +694,7 @@ class Server extends ServerContainer implements IServerContainer {
});
$this->registerService(\OCP\Activity\IManager::class, function (Server $c) {
$l10n = $this->get(IFactory::class)->get('activity');
$l10n = $this->get(IFactory::class)->get('lib');
return new \OC\Activity\Manager(
$c->getRequest(),
$c->getUserSession(),