Fixed path separator for PHP on Windows (#983)

This commit is contained in:
Timothy
2017-02-18 18:16:34 -05:00
committed by Andy Miller
parent 67b5db23f1
commit 063c501ca5

View File

@@ -34,7 +34,7 @@ export default class GPM extends EventEmitter {
this.emit('fetching', this);
fetch(`${config.base_url_relative}/update.json/task:getUpdates`, {
fetch(`${config.base_url_relative}/update.json/task${config.param_sep}getUpdates`, {
credentials: 'same-origin',
method: 'post',
body: data