fix half-baked comment. this needs way more thought before it is... um ;-)

This commit is contained in:
Frederik Ramm 2009-12-15 22:56:37 +00:00
parent 6b24ce4de9
commit 1fb6325630

View file

@ -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"