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:
authorStefan Giehl <stefan@piwik.org>2017-09-15 00:54:01 +0300
committerMatthieu Aubry <mattab@users.noreply.github.com>2017-09-15 00:54:01 +0300
commit40f886baf0e3ce5bbe4a066b333a7cc24eb93163 (patch)
tree93418e061ccf95d86383504d4c778b305aee8792 /plugins/Events/Events.php
parent595da1313efd43a0a60c1797364da42511d46de6 (diff)
Makes visitor log/profile independent from Events plugin (#12047)
* makes profile query independent from events plugin * move more stuff to event plugin * update test files
Diffstat (limited to 'plugins/Events/Events.php')
-rw-r--r--plugins/Events/Events.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Events/Events.php b/plugins/Events/Events.php
index eee4ce7f52..d3fc8501f1 100644
--- a/plugins/Events/Events.php
+++ b/plugins/Events/Events.php
@@ -263,6 +263,7 @@ class Events extends \Piwik\Plugin
public function provideActionDimensionFields(&$fields, &$joins)
{
+ $fields[] = 'log_action_event_category.type AS eventType';
$fields[] = 'log_action_event_category.name AS eventCategory';
$fields[] = 'log_action_event_action.name as eventAction';
$joins[] = 'LEFT JOIN ' . Common::prefixTable('log_action') . ' AS log_action_event_action