summaryrefslogtreecommitdiffstats
path: root/lib/private/Server.php
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2016-12-13 15:15:14 +0100
committerChristoph Wurst <christoph@winzerhof-wurst.at>2016-12-19 11:59:48 +0100
commited4017dfb4d605943988c6686b088b41d1680110 (patch)
treec50d57d247c46b20e514f10f3b381820c2578b4f /lib/private/Server.php
parent93003120461648140ee244b345cfcb6690071faa (diff)
downloadnextcloud-server-ed4017dfb4d605943988c6686b088b41d1680110.tar.gz
nextcloud-server-ed4017dfb4d605943988c6686b088b41d1680110.zip
fix minor issues
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/private/Server.php')
-rw-r--r--lib/private/Server.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Server.php b/lib/private/Server.php
index d51ae7d8655..6f4d4f066e7 100644
--- a/lib/private/Server.php
+++ b/lib/private/Server.php
@@ -312,7 +312,7 @@ class Server extends ServerContainer implements IServerContainer {
});
$this->registerService(\OC\Authentication\TwoFactorAuth\Manager::class, function (Server $c) {
- return new \OC\Authentication\TwoFactorAuth\Manager($c->getAppManager(), $c->getSession(), $c->getConfig(), $c->getActivityManager());
+ return new \OC\Authentication\TwoFactorAuth\Manager($c->getAppManager(), $c->getSession(), $c->getConfig(), $c->getActivityManager(), $c->getLogger());
});
$this->registerService('NavigationManager', function ($c) {