Skip to content

Commit

Permalink
[api] take over comment into _patchinfo file on createpatchinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Dec 5, 2011
1 parent a96edc9 commit 4462069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/app/controllers/source_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1747,7 +1747,7 @@ def index_project_createpatchinfo
node.packager @http_user.login
node.category ""
node.rating ""
node.summary ""
node.summary params[:comment]
node.description ""
end
data = ActiveXML::Base.new(node.target!)
Expand Down

0 comments on commit 4462069

Please sign in to comment.