summaryrefslogtreecommitdiffstats
path: root/config/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.php')
-rw-r--r--config/config.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/config/config.php b/config/config.php
index 0e1eec64b..4df8ba853 100644
--- a/config/config.php
+++ b/config/config.php
@@ -33,7 +33,8 @@ class Config {
private $exploreUrl;
- public function __construct($fileSystem, ILogger $logger, $loggerParams) {
+ public function __construct($fileSystem, ILogger $logger,
+ $LoggerParameters) {
$this->fileSystem = $fileSystem;
$this->autoPurgeMinimumInterval = 60;
$this->autoPurgeCount = 200;
@@ -47,7 +48,7 @@ class Config {
$this->proxyUser = '';
$this->proxyPassword = '';
$this->exploreUrl = '';
- $this->loggerParams = $loggerParams;
+ $this->loggerParams = $LoggerParameters;
}
public function getProxyPort() {