Skip to content

Commit

Permalink
[webui] use "patchinfo" as patchinfo package name default.
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Oct 27, 2011
1 parent e699546 commit df8ce7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/app/controllers/patchinfo_controller.rb
Expand Up @@ -65,7 +65,7 @@ def save_new
if params[:name]
name=params[:name] if params[:name]
end
pkg_name = "_patchinfo:#{name.gsub(/\W/, '_')}"
pkg_name = "patchinfo"
if Package.exists? @project, pkg_name
@name = params[:name]
@packager = @project.person.userid
Expand Down

0 comments on commit df8ce7b

Please sign in to comment.