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/libs
diff options
context:
space:
mode:
authorsgiehl <stefan@piwik.org>2014-06-09 01:41:38 +0400
committersgiehl <stefan@piwik.org>2014-06-09 01:41:38 +0400
commite579da25b56e450035fd7118f2d47fc7ee1fb5e7 (patch)
treeeefa561e50b5d3b702ed1831bed665eaca1e67dd /libs
parent18f9b8c4ed39df73b540c91168c56e615e441975 (diff)
parent5c4f2350d0913010ce278cfd0988e49631552227 (diff)
Merge branch 'master' into DeviceDetector2
Diffstat (limited to 'libs')
-rw-r--r--libs/PiwikTracker/PiwikTracker.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/PiwikTracker/PiwikTracker.php b/libs/PiwikTracker/PiwikTracker.php
index e00120f71c..f6bfe1da1f 100644
--- a/libs/PiwikTracker/PiwikTracker.php
+++ b/libs/PiwikTracker/PiwikTracker.php
@@ -1200,6 +1200,8 @@ class PiwikTracker
// Clear custom variables so they don't get copied over to other users in the bulk request
$this->clearCustomVariables();
+ $this->userAgent = false;
+ $this->acceptLanguage = false;
return true;
}