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@gmail.com>2015-06-02 04:09:15 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-06-17 08:09:13 +0300
commit18501381cec766aa729fdc7bdcd282c90a7be45f (patch)
treecf7cfe213d72cbd57ec86e570a5e2a7c4dc55815 /core/Plugin/Report.php
parent1f707dd3c9422494b7cf844591079c11c651158c (diff)
refs #7893 added possibility to measure mobile apps
Diffstat (limited to 'core/Plugin/Report.php')
-rw-r--r--core/Plugin/Report.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Plugin/Report.php b/core/Plugin/Report.php
index fa830aad77..5ab8583a5a 100644
--- a/core/Plugin/Report.php
+++ b/core/Plugin/Report.php
@@ -841,6 +841,7 @@ class Report
$cacheId = CacheId::languageAware('Reports' . md5(implode('', $reports)));
$cache = PiwikCache::getTransientCache();
+
if (!$cache->contains($cacheId)) {
$instances = array();