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:
authorStefan Giehl <stefan@piwik.org>2018-01-22 05:03:36 +0300
committerMatthieu Aubry <mattab@users.noreply.github.com>2018-01-22 05:03:36 +0300
commite54d239a04ba248ddd6aa58d6907a1e230f570e7 (patch)
tree6b05382c310a2c941b4fb61c1adb8ba315c76c99
parent113099eb522b9ee439925d589bac84b8b7efb21b (diff)
do not use segment to fetch additional visits for visitor profile (#12374)
-rw-r--r--plugins/Live/javascripts/visitorProfile.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Live/javascripts/visitorProfile.js b/plugins/Live/javascripts/visitorProfile.js
index c3c4f71f35..a381dec154 100644
--- a/plugins/Live/javascripts/visitorProfile.js
+++ b/plugins/Live/javascripts/visitorProfile.js
@@ -188,6 +188,7 @@
loading.show();
var ajax = new ajaxHelper();
+ ajax.removeDefaultParameter('segment');
ajax.addParams({
module: 'Live',
action: 'getVisitList',