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>2014-06-03 05:24:17 +0400
committermattab <matthieu.aubry@gmail.com>2014-06-03 05:24:17 +0400
commitfe4c88429f395f1c700947a8f4c2b3ffef7cf4a7 (patch)
treea9739152f5b23c996d8a7414423b302387f6bbab /core/Tracker/Visitor.php
parent89d633d4cc3416a40c075861285e51129d6688d4 (diff)
visitorCustomVariables is not modified in the Visitor object, so no need to get it afterwards
refs https://github.com/piwik/piwik/pull/296
Diffstat (limited to 'core/Tracker/Visitor.php')
-rw-r--r--core/Tracker/Visitor.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/core/Tracker/Visitor.php b/core/Tracker/Visitor.php
index 483d852b2d..15e69eab96 100644
--- a/core/Tracker/Visitor.php
+++ b/core/Tracker/Visitor.php
@@ -291,11 +291,6 @@ class Visitor
return $this->visitorInfo;
}
- function getCustomVariables()
- {
- return $this->customVariables;
- }
-
function isVisitorKnown()
{
return $this->visitorKnown === true;