diff options
author | M Somerville <matthew-github@dracos.co.uk> | 2019-06-07 14:10:29 +0100 |
---|---|---|
committer | M Somerville <matthew-github@dracos.co.uk> | 2019-06-07 14:10:29 +0100 |
commit | 2f6b889481265549a729ad78f63fc8d1660c126f (patch) | |
tree | 6f5a4827be544755d8d1b384c27ecbe21eabcd88 /perllib/FixMyStreet/DB/Result/Comment.pm | |
parent | 0e0aeda3b71bbf73d1d10e6384fb83e8485047ec (diff) |
[Hounslow] Use correct name on /reports & emails.
Diffstat (limited to 'perllib/FixMyStreet/DB/Result/Comment.pm')
-rw-r--r-- | perllib/FixMyStreet/DB/Result/Comment.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/DB/Result/Comment.pm b/perllib/FixMyStreet/DB/Result/Comment.pm index 5d0253ef4..39f446549 100644 --- a/perllib/FixMyStreet/DB/Result/Comment.pm +++ b/perllib/FixMyStreet/DB/Result/Comment.pm @@ -229,6 +229,8 @@ sub meta_line { $body = "$body <img src='/cobrands/bromley/favicon.png' alt=''>"; } elsif ($body eq 'Royal Borough of Greenwich') { $body = "$body <img src='/cobrands/greenwich/favicon.png' alt=''>"; + } elsif ($body eq 'Hounslow Borough Council') { + $body = 'Hounslow Highways'; } } my $cobrand_always_view_body_user = $c->cobrand->call_hook("always_view_body_contribute_details"); |