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/Conversion.php')
-rw-r--r--plugins/CoreHome/Tracker/LogTable/Conversion.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/CoreHome/Tracker/LogTable/Conversion.php b/plugins/CoreHome/Tracker/LogTable/Conversion.php
index b579b32d81..2a75d52c41 100644
--- a/plugins/CoreHome/Tracker/LogTable/Conversion.php
+++ b/plugins/CoreHome/Tracker/LogTable/Conversion.php
@@ -26,4 +26,9 @@ class Conversion extends LogTable
{
return 'idvisit';
}
+
+ public function getPrimaryKey()
+ {
+ return array('idvisit', 'idgoal', 'buster');
+ }
} \ No newline at end of file