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:
Diffstat (limited to 'plugins/Events/Segment.php')
-rw-r--r--plugins/Events/Segment.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Events/Segment.php b/plugins/Events/Segment.php
index 83509c5fde..9c2d738bee 100644
--- a/plugins/Events/Segment.php
+++ b/plugins/Events/Segment.php
@@ -17,5 +17,6 @@ class Segment extends \Piwik\Plugin\Segment
protected function init()
{
$this->setCategory('Events_Events');
+ $this->setSqlFilter('\Piwik\Tracker\TableLogAction::getIdActionFromSegment');
}
}