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@gmail.com>2015-12-07 01:47:20 +0300
committermattab <matthieu.aubry@gmail.com>2016-11-14 16:51:47 +0300
commit7c2fba6d5a91475ac06e70062d8ef3df57d47dcd (patch)
treed74fb1649829c9164694a80138f161c176272f61 /plugins/Events
parent27c452696da24c1b509d874b5f332f5431688809 (diff)
fix exit page was not correct when last action was download or outlink
(cherry picked from commit 092ccb6)
Diffstat (limited to 'plugins/Events')
-rw-r--r--plugins/Events/Actions/ActionEvent.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/plugins/Events/Actions/ActionEvent.php b/plugins/Events/Actions/ActionEvent.php
index 5106ec6092..83af0d7ad1 100644
--- a/plugins/Events/Actions/ActionEvent.php
+++ b/plugins/Events/Actions/ActionEvent.php
@@ -73,18 +73,6 @@ class ActionEvent extends Action
return array('idaction_url' => $actionUrl);
}
- // Do not track this Event URL as Entry/Exit Page URL (leave the existing entry/exit)
- public function getIdActionUrlForEntryAndExitIds()
- {
- return false;
- }
-
- // Do not track this Event Name as Entry/Exit Page Title (leave the existing entry/exit)
- public function getIdActionNameForEntryAndExitIds()
- {
- return false;
- }
-
public function writeDebugInfo()
{
$write = parent::writeDebugInfo();