X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/43a28065b183af1d6015cf0bc890eb1960474b58..16bd0aef1c6910a4e425b91a9545564312f4fcc1:/app/controllers/changeset_controller.rb diff --git a/app/controllers/changeset_controller.rb b/app/controllers/changeset_controller.rb index 80b9fdb94..83ee16f53 100644 --- a/app/controllers/changeset_controller.rb +++ b/app/controllers/changeset_controller.rb @@ -28,7 +28,7 @@ class ChangesetController < ApplicationController cs = Changeset.from_xml(request.raw_post, true) - # Assume that Node.from_xml has thrown an exception if there is an error parsing the xml + # Assume that Changeset.from_xml has thrown an exception if there is an error parsing the xml cs.user_id = @user.id cs.save_with_tags! render :text => cs.id.to_s, :content_type => "text/plain"