From 1fb63256308164a8234fb5c94d4aae0188155e43 Mon Sep 17 00:00:00 2001 From: Frederik Ramm Date: Tue, 15 Dec 2009 22:56:37 +0000 Subject: [PATCH] fix half-baked comment. this needs way more thought before it is... um ;-) --- app/controllers/changeset_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.43.2