Small header improvement.
This commit is contained in:
parent
c1e2a6b055
commit
ff6423f2b7
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ class Channel::EmailBuild
|
|||
# set organization
|
||||
organization = Setting.get('organization')
|
||||
if organization then;
|
||||
mail['organization'] = organization.to_s
|
||||
mail['Organization'] = organization.to_s
|
||||
end
|
||||
|
||||
# notification
|
||||
|
|
Loading…
Reference in a new issue