Skip to content

Commit

Permalink
ops
Browse files Browse the repository at this point in the history
  • Loading branch information
rubynovich committed Apr 19, 2013
1 parent 840d6d8 commit 183f459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/solved_issues_mailer_patch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def solved_issues(options={})
mailcopy = options[:cc]
status_id = Setting[:plugin_redmine_solved_issues][:issue_status]
solved_issues = Issue.open.where(:status_id => status_id)
solved_issues.map(&:author).uniq.map do |user|
solved_issues.select(&:author).map(&:author).uniq.map do |user|
solved_issues_mail(user, solved_issues.where(:author_id => user.id), mailcopy).deliver
end
end
Expand Down

0 comments on commit 183f459

Please sign in to comment.