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/Live/Visitor.php')
-rw-r--r--plugins/Live/Visitor.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Live/Visitor.php b/plugins/Live/Visitor.php
index b4c1c3eb06..a82b9fac42 100644
--- a/plugins/Live/Visitor.php
+++ b/plugins/Live/Visitor.php
@@ -714,7 +714,6 @@ class Visitor implements VisitorInterface
$visitorDetailsArray['exitPageUrl'] = $lastAction['url'];
}
-
return $visitorDetailsArray;
}
@@ -787,7 +786,6 @@ class Visitor implements VisitorInterface
$actionDetail['customVariables'] = $customVariablesPage;
}
-
if($actionDetail['type'] == Action::TYPE_EVENT_CATEGORY) {
// Handle Event
if(strlen($actionDetail['pageTitle']) > 0) {