Browse Source

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

Use the correct l10n for activities
pull/23245/head
Roeland Jago Douma 6 years ago
committed by GitHub
parent
commit
67704a9643
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lib/private/Server.php

2
lib/private/Server.php

@ -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…
Cancel
Save