mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-25 23:13:42 +00:00
fix critical error on save changes (#3264)
This commit is contained in:
committed by
Bryan Housel
parent
21389094f5
commit
ab190f085b
@@ -280,7 +280,7 @@ export function Connection(useHttps) {
|
||||
method: 'PUT',
|
||||
path: '/api/0.6/changeset/create',
|
||||
options: { header: { 'Content-Type': 'text/xml' } },
|
||||
content: JXON.stringify(connection.changesetJXON(connection.changesetTags(comment, imageryUsed)))
|
||||
content: JXON.stringify(connection.changesetJXON(connection.changesetTags(version, comment, imageryUsed)))
|
||||
}, function(err, changeset_id) {
|
||||
if (err) return callback(err);
|
||||
oauth.xhr({
|
||||
|
||||
Reference in New Issue
Block a user