Skip to content

Commit

Permalink
[api] comments don't use sources
Browse files Browse the repository at this point in the history
  • Loading branch information
coolo committed Sep 2, 2013
1 parent 3e8a4ab commit efec134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/app/controllers/webui/comments_controller.rb
Expand Up @@ -17,7 +17,7 @@ def render_thread
end

def packages
package = Package.get_by_project_and_name(params[:project], params[:package])
package = Package.get_by_project_and_name(params[:project], params[:package], use_source: false)
@comments = CommentPackage.where(package_id: package.id)
render_thread
end
Expand Down

0 comments on commit efec134

Please sign in to comment.