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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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(), |
|
|
|
|