Small header improvement.

This commit is contained in:
Martin Edenhofer 2012-07-28 18:36:47 +02:00
parent c1e2a6b055
commit ff6423f2b7

View file

@ -8,7 +8,7 @@ class Channel::EmailBuild
# set organization # set organization
organization = Setting.get('organization') organization = Setting.get('organization')
if organization then; if organization then;
mail['organization'] = organization.to_s mail['Organization'] = organization.to_s
end end
# notification # notification