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 'core/Tracker/Model.php')
-rw-r--r--core/Tracker/Model.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/core/Tracker/Model.php b/core/Tracker/Model.php
index 684ed37fe2..f7bcee7dc1 100644
--- a/core/Tracker/Model.php
+++ b/core/Tracker/Model.php
@@ -369,11 +369,9 @@ class Model
public function findVisitor($idSite, $configId, $idVisitor, $userId, $fieldsToRead, $shouldMatchOneFieldOnly, $isVisitorIdToLookup, $timeLookBack, $timeLookAhead)
{
- $selectCustomVariables = '';
-
$selectFields = implode(', ', $fieldsToRead);
- $select = "SELECT $selectFields $selectCustomVariables ";
+ $select = "SELECT $selectFields ";
$from = "FROM " . Common::prefixTable('log_visit');
// Two use cases: