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/CoreHome/Tracker/LogTable/Visit.php')
-rw-r--r--plugins/CoreHome/Tracker/LogTable/Visit.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/CoreHome/Tracker/LogTable/Visit.php b/plugins/CoreHome/Tracker/LogTable/Visit.php
index f403c37697..a72fb24d11 100644
--- a/plugins/CoreHome/Tracker/LogTable/Visit.php
+++ b/plugins/CoreHome/Tracker/LogTable/Visit.php
@@ -17,6 +17,11 @@ class Visit extends LogTable
return 'log_visit';
}
+ public function getIdColumn()
+ {
+ return 'idvisit';
+ }
+
public function getColumnToJoinOnIdVisit()
{
return 'idvisit';