aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Server.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/Server.php')
-rw-r--r--lib/private/Server.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/private/Server.php b/lib/private/Server.php
index a7432342a27..cf4f8cc097b 100644
--- a/lib/private/Server.php
+++ b/lib/private/Server.php
@@ -995,7 +995,8 @@ class Server extends ServerContainer implements IServerContainer {
$c->query(Defaults::class),
$c->getURLGenerator(),
$c->getL10N('lib'),
- $c->query(IEventDispatcher::class)
+ $c->query(IEventDispatcher::class),
+ $c->getL10NFactory()
);
});
$this->registerDeprecatedAlias('Mailer', IMailer::class);