Skip to content

Commit

Permalink
Trying to set module + method as GET parameters to overwrite any exis…
Browse files Browse the repository at this point in the history
…ting GET param. Refs #5127

To test:
- apply this patch
- delete piwik/tmp/assets/*
- try again if it's working?
  • Loading branch information
mattab committed May 13, 2014
1 parent 60f40c9 commit 6abc39d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions plugins/Zeitgeist/javascripts/ajaxHelper.js
Expand Up @@ -182,9 +182,12 @@ function ajaxHelper() {
this.addParams({
module: 'API',
method: 'API.getBulkRequest',
urls: urls,
format: 'json'
}, 'post');
}, 'get');

this.addParams({
urls: urls
}, 'post')
};

/**
Expand Down

0 comments on commit 6abc39d

Please sign in to comment.