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-08-06 12:25:09 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-08-21 10:49:17 +0300
commitb278217e3459818df0fdf524a0dc215e93c555d2 (patch)
tree190ccc0cc1287d4523f3b214553244e1d3d94647 /core/Tracker/Visitor.php
parentb2a6b208ab8ecb0ae816ed227539cbcbc653d3a8 (diff)
refs #7837 deprecated some events
Diffstat (limited to 'core/Tracker/Visitor.php')
-rw-r--r--core/Tracker/Visitor.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Tracker/Visitor.php b/core/Tracker/Visitor.php
index 92036ff974..2619c98987 100644
--- a/core/Tracker/Visitor.php
+++ b/core/Tracker/Visitor.php
@@ -53,4 +53,4 @@ class Visitor
{
return $this->visitorKnown = $isVisitorKnown;
}
-}
+} \ No newline at end of file