mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
upgrade rack mini profiler
fixes for ruby 1.9.3
This commit is contained in:
@@ -87,7 +87,7 @@ module Email
|
||||
end
|
||||
|
||||
def discourse_email_parser
|
||||
lines = @body.lines
|
||||
lines = @body.lines.to_a
|
||||
range_end = 0
|
||||
|
||||
email_year =
|
||||
|
||||
Reference in New Issue
Block a user