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
path: root/core
diff options
context:
space:
mode:
authorsgiehl <stefan@matomo.org>2019-04-01 11:28:22 +0300
committersgiehl <stefan@matomo.org>2019-04-01 11:28:22 +0300
commitdd36aea52a275f97302b8a28c282582fcb92192c (patch)
tree614f8c433a7b2d9113437283cffde6a5bc5aabc5 /core
parentf2d44ef65a075f2b42f066092c4abef8e94dcc90 (diff)
fix typo
Diffstat (limited to 'core')
-rw-r--r--core/DataAccess/LogQueryBuilder/JoinGenerator.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/DataAccess/LogQueryBuilder/JoinGenerator.php b/core/DataAccess/LogQueryBuilder/JoinGenerator.php
index f964ed6594..ddcd844935 100644
--- a/core/DataAccess/LogQueryBuilder/JoinGenerator.php
+++ b/core/DataAccess/LogQueryBuilder/JoinGenerator.php
@@ -119,7 +119,7 @@ class JoinGenerator
$table = $this->tables->getLogTable($tableName);
- if ($table->getColumnToJoinOnIdAction() || $table->getColumnToJoinOnIdAction() || $table->getLinkTableToBeAbleToJoinOnVisit()) {
+ if ($table->getColumnToJoinOnIdAction() || $table->getColumnToJoinOnIdVisit() || $table->getLinkTableToBeAbleToJoinOnVisit()) {
$this->tables->addTableToJoin($tableName);
return;
}