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/Visit.php')
-rw-r--r--core/Tracker/Visit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Tracker/Visit.php b/core/Tracker/Visit.php
index cf1089d313..06382c26d7 100644
--- a/core/Tracker/Visit.php
+++ b/core/Tracker/Visit.php
@@ -175,7 +175,7 @@ class Visit implements VisitInterface
}
// update the cookie with the new visit information
- $this->request->setThirdPartyCookie($this->visitProperties->getProperty('idvisitor'));
+ $this->request->setThirdPartyCookie($this->request->getVisitorIdForThirdPartyCookie());
foreach ($this->requestProcessors as $processor) {
Common::printDebug("Executing " . get_class($processor) . "::recordLogs()...");