From 063c501ca5cd5cdbab67150521335d404311f41f Mon Sep 17 00:00:00 2001 From: Timothy Date: Sat, 18 Feb 2017 18:16:34 -0500 Subject: [PATCH] Fixed path separator for PHP on Windows (#983) --- themes/grav/app/utils/gpm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/grav/app/utils/gpm.js b/themes/grav/app/utils/gpm.js index 2acb6071..cedd9f4a 100644 --- a/themes/grav/app/utils/gpm.js +++ b/themes/grav/app/utils/gpm.js @@ -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