mirror of
https://github.com/anteo/redmine_custom_workflows.git
synced 2026-01-26 08:14:20 +00:00
Fix a tiny typo in mailer_patch.rb
This commit is contained in:
parent
1ba92b5703
commit
e2ac03354a
@ -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