Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiosmosis <benakamoorthi@fastmail.fm>2014-08-31 10:00:01 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-09-01 20:12:42 +0400
commitc2a5e956c96e2b83ae8412361ba74465332793fe (patch)
treefb35da6a114f39df374e0e0059c3321908a7843d /core/Config.php
parent16ca08b19456c652ba076312eec056eb5f4e5d7e (diff)
Do not overwrite log section of config w/ global when running tests.
Diffstat (limited to 'core/Config.php')
-rw-r--r--core/Config.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/Config.php b/core/Config.php
index 8183b3fdc2..9d6326bb2e 100644
--- a/core/Config.php
+++ b/core/Config.php
@@ -135,7 +135,6 @@ class Config extends Singleton
// Ensure local mods do not affect tests
if (empty($pathGlobal)) {
- $this->configCache['log'] = $this->configGlobal['log'];
$this->configCache['Debug'] = $this->configGlobal['Debug'];
$this->configCache['mail'] = $this->configGlobal['mail'];
$this->configCache['General'] = $this->configGlobal['General'];