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-02-25 06:13:09 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-02-25 06:13:09 +0400
commit46f2dd8ab4e810967ab66b133f08eb0c1429d9d2 (patch)
tree410e3b0541cee210f0a2941d0b544a4d4a1228a3 /core/View.php
parent100e8028975057169ed818d46961b0700b6f9d61 (diff)
refs #2174 added cachebuster to template
Diffstat (limited to 'core/View.php')
-rw-r--r--core/View.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/View.php b/core/View.php
index c296501252..93385235a3 100644
--- a/core/View.php
+++ b/core/View.php
@@ -210,6 +210,7 @@ class View implements ViewInterface
$this->latest_version_available = UpdateCheck::isNewestVersionAvailable();
$this->disableLink = Common::getRequestVar('disableLink', 0, 'int');
$this->isWidget = Common::getRequestVar('widget', 0, 'int');
+ $this->cacheBuster = UIAssetCacheBuster::getInstance()->piwikVersionBasedCacheBuster();
$this->loginModule = Piwik::getLoginPluginName();