diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-02-11 15:33:06 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-02-11 15:33:06 +0000 |
commit | 29d1f70b3a2df58ba6c3212080744fc48dd4cb5f (patch) | |
tree | 785ab00fb227037629d7a14a9dd51afc829480a5 /perllib/FixMyStreet/App.pm | |
parent | 603c118dca77621ce4d45a66ca8ea4bbb3ba7919 (diff) |
Allow email indent to be a cobrand parameter.
Diffstat (limited to 'perllib/FixMyStreet/App.pm')
-rw-r--r-- | perllib/FixMyStreet/App.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/App.pm b/perllib/FixMyStreet/App.pm index db92736cd..4469ad1c9 100644 --- a/perllib/FixMyStreet/App.pm +++ b/perllib/FixMyStreet/App.pm @@ -315,6 +315,7 @@ sub send_email { { _template_ => $email->body, # will get line wrapped _parameters_ => {}, + _line_indent => $c->cobrand->email_indent, $email->header_pairs } ) }; |