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:
authormattab <matthieu.aubry@gmail.com>2013-11-04 05:14:01 +0400
committermattab <matthieu.aubry@gmail.com>2013-11-04 05:14:01 +0400
commitb3491bf680740b96fe6b7204864703b64bf19803 (patch)
tree00f39d47307a63c465554be341eb9ab3d9b9213d /plugins/Actions/Actions.php
parentd16c46fa55ff72a61311a89a3a487535d79e0fae (diff)
Refs #472 adding Events segments: eventCategory and eventAction and eventName and eventValue segments and some tests
Diffstat (limited to 'plugins/Actions/Actions.php')
-rw-r--r--plugins/Actions/Actions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Actions/Actions.php b/plugins/Actions/Actions.php
index fa59748bb0..f15e82ce07 100644
--- a/plugins/Actions/Actions.php
+++ b/plugins/Actions/Actions.php
@@ -64,7 +64,7 @@ class Actions extends \Piwik\Plugin
public function getSegmentsMetadata(&$segments)
{
- $sqlFilter = 'TableLogAction::getIdActionFromSegment';
+ $sqlFilter = '\\Piwik\\Tracker\\TableLogAction::getIdActionFromSegment';
// entry and exit pages of visit
$segments[] = array(