mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
Use the correct l10n for activities
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
f26998364b
commit
1f3e3e782f
1 changed files with 1 additions and 1 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue