Fix a tiny typo in mailer_patch.rb

This commit is contained in:
罗泽轩 2017-01-12 20:47:48 +08:00 committed by GitHub
parent 1ba92b5703
commit e2ac03354a

View File

@ -27,7 +27,7 @@ module RedmineCustomWorkflows
format.html { render template_name } unless Setting.plain_text_mail? format.html { render template_name } unless Setting.plain_text_mail?
end end
else else
raise 'Nor :text_body, :html_body or :template_name specified' raise 'Not :text_body, :html_body or :template_name specified'
end end
end end
end end