Browse Source
a parameter too much
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
pull/5409/head
Arthur Schiwon
9 years ago
No known key found for this signature in database
GPG Key ID: 7424F1874854DF23
1 changed files with
1 additions and
2 deletions
-
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() |
|
|
|
); |
|
|
|
} |
|
|
|
} |