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-06-12 03:07:49 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-06-12 03:07:49 +0400
commit9581f1b3519fa5c4936aaa9b788e5346b793d12a (patch)
treedea1599fabe7d7b104ad0b8e598b5b8c347cfb5c /plugins/Events/Reports
parent23ad82a8ea00a080922dfdb3b0ac9a018bfd3c7b (diff)
fixed processed metrics
Diffstat (limited to 'plugins/Events/Reports')
-rw-r--r--plugins/Events/Reports/Base.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Events/Reports/Base.php b/plugins/Events/Reports/Base.php
index 2a559c5504..f119db5326 100644
--- a/plugins/Events/Reports/Base.php
+++ b/plugins/Events/Reports/Base.php
@@ -18,6 +18,7 @@ abstract class Base extends \Piwik\Plugin\Report
protected function init()
{
$this->category = 'Events_Events';
+ $this->processedMetrics = false;
$this->widgetParams = array(
'secondaryDimension' => API::getInstance()->getDefaultSecondaryDimension($this->action)