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/Morpheus/javascripts/ajaxHelper.js')
-rw-r--r--plugins/Morpheus/javascripts/ajaxHelper.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Morpheus/javascripts/ajaxHelper.js b/plugins/Morpheus/javascripts/ajaxHelper.js
index 03d15be891..38ec2f287e 100644
--- a/plugins/Morpheus/javascripts/ajaxHelper.js
+++ b/plugins/Morpheus/javascripts/ajaxHelper.js
@@ -492,7 +492,8 @@ function ajaxHelper() {
this._getDefaultPostParams = function () {
if (this.withToken || this._isRequestToApiMethod() || piwik.shouldPropagateTokenAuth) {
return {
- token_auth: piwik.token_auth
+ token_auth: piwik.token_auth,
+ force_api_session: '1'
};
}