mirror of
https://github.com/anteo/redmine_custom_workflows.git
synced 2026-01-26 00:04:20 +00:00
Merge pull request #78 from spacewander/patch-1
Fix a tiny typo in mailer_patch.rb
This commit is contained in:
commit
64278785e6
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user