Merge remote-tracking branch 'origin/master' into AD-350-integrate-localization

This commit is contained in:
Tim Daubenschütz 2015-06-02 14:34:08 +02:00
commit 0a45f12ba7
1 changed files with 2 additions and 2 deletions

View File

@ -85,8 +85,8 @@ class Fetch {
get(url, params) {
let paramsCopy = this._merge(params);
let newUrl = this.prepareUrl(url, params);
return this.request('get', newUrl, true);
let newUrl = this.prepareUrl(url, params, true);
return this.request('get', newUrl);
}
post(url, params) {