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:
authorThomas Steur <thomas.steur@googlemail.com>2014-07-02 06:23:42 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-07-02 06:23:42 +0400
commit5ce45d1a948bd965f63c333d8f2ed0f76f74cc92 (patch)
tree79d9d6d1f9e3dd2675c69442b0cff9ed8d5321e5 /core/Config.php
parent3a8aa4a5198b4f0b917ff72fbd32d14896c8fd67 (diff)
added development flag which allows us to not cache static cache and to make some more checks when developers develop plugins
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 1f91d554f0..80c1d71c94 100644
--- a/core/Config.php
+++ b/core/Config.php
@@ -143,6 +143,7 @@ class Config extends Singleton
$this->configCache['Tracker'] = $this->configGlobal['Tracker'];
$this->configCache['Deletelogs'] = $this->configGlobal['Deletelogs'];
$this->configCache['Deletereports'] = $this->configGlobal['Deletereports'];
+ $this->configCache['Development'] = $this->configGlobal['Development'];
}
// for unit tests, we set that no plugin is installed. This will force