Browse Source

a parameter too much

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
pull/5409/head
Arthur Schiwon 9 years ago
parent
commit
ed49d9b9ed
No known key found for this signature in database GPG Key ID: 7424F1874854DF23
  1. 3
      lib/private/Comments/ManagerFactory.php

3
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()
);
}
}
Loading…
Cancel
Save