From: Frederik Ramm Date: Tue, 15 Dec 2009 22:56:37 +0000 (+0000) Subject: fix half-baked comment. this needs way more thought before it is... um ;-) X-Git-Tag: live~6428 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/1fb63256308164a8234fb5c94d4aae0188155e43 fix half-baked comment. this needs way more thought before it is... um ;-) --- 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"