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:
authormattab <matthieu.aubry@gmail.com>2014-03-28 09:27:47 +0400
committermattab <matthieu.aubry@gmail.com>2014-03-28 09:27:47 +0400
commit27ec21f5e0ac78a50679b67a447e5ab26618e7be (patch)
tree6c5a6c2d63ae5a801978c5395f12138377e9f75a /core/Config.php
parentf3368f381b11d01d2ebf5e8b480948305c47b727 (diff)
Commit work in progress cc @tsteur
Diffstat (limited to 'core/Config.php')
-rw-r--r--core/Config.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Config.php b/core/Config.php
index abbc604f04..3dc081d80e 100644
--- a/core/Config.php
+++ b/core/Config.php
@@ -133,6 +133,7 @@ class Config extends Singleton
// Ensure local mods do not affect tests
if (is_null($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'];