diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-05-14 17:08:05 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-05-14 17:08:05 +0100 |
commit | cdab6130e12d5932de5a80987eb0eebca43d8f31 (patch) | |
tree | 811ffe8394499fa8fedb83d2674a3278b8759f5b | |
parent | b1777b6998132dd94d65b6c85429124561d8cbc4 (diff) |
Override council name in alert list only.
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Default.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Default.pm b/perllib/FixMyStreet/Cobrand/Default.pm index 308685c06..eb37b062a 100644 --- a/perllib/FixMyStreet/Cobrand/Default.pm +++ b/perllib/FixMyStreet/Cobrand/Default.pm @@ -741,6 +741,8 @@ sub council_rss_alert_options { ( $ward->{id_name} = $ward->{short_name} ) =~ tr/+/_/; } } + $council->{name} = 'London Borough of Bromley' + if $council->{name} eq 'Bromley Council'; push @options, { |