Skip to content

Commit

Permalink
Remove unused parameters from posters_summary
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishunt committed May 24, 2013
1 parent c1841a6 commit 63c63c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/topic_list.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def topics

@topics.each do |ft|
ft.user_data = @topic_lookup[ft.id] if @topic_lookup.present?
ft.posters = ft.posters_summary(ft.user_data, @current_user, avatar_lookup: avatar_lookup)
ft.posters = ft.posters_summary(avatar_lookup: avatar_lookup)
ft.topic_list = self
end

Expand Down

0 comments on commit 63c63c2

Please sign in to comment.