From ed49d9b9edcd44b6a35d8c5aa5a56b2b6ff51c56 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Wed, 14 Jun 2017 14:41:30 +0200 Subject: [PATCH] a parameter too much Signed-off-by: Arthur Schiwon --- lib/private/Comments/ManagerFactory.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/private/Comments/ManagerFactory.php b/lib/private/Comments/ManagerFactory.php index 4ce3ec2d0d..c2cc81ab37 100644 --- a/lib/private/Comments/ManagerFactory.php +++ b/lib/private/Comments/ManagerFactory.php @@ -56,8 +56,7 @@ class ManagerFactory implements ICommentsManagerFactory { return new Manager( $this->serverContainer->getDatabaseConnection(), $this->serverContainer->getLogger(), - $this->serverContainer->getConfig(), - $this->serverContainer->getEventDispatcher() + $this->serverContainer->getConfig() ); } }