diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-05-22 16:50:45 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-05-22 16:50:45 +0100 |
commit | a27a999d381957e448d1d4e10f2a476f7ae2c268 (patch) | |
tree | 70a05814dadf1a02646cc6fa3b14acf8ef4d71d2 /perllib/FixMyStreet/App/Controller/Around.pm | |
parent | c09f2c05ea92a27479f42b35393bac636bf7454b (diff) |
Pins yellow on /my for Bromley.
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Around.pm')
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Around.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Around.pm b/perllib/FixMyStreet/App/Controller/Around.pm index 6fbfad5dc..3047b195c 100644 --- a/perllib/FixMyStreet/App/Controller/Around.pm +++ b/perllib/FixMyStreet/App/Controller/Around.pm @@ -186,7 +186,7 @@ sub display_location : Private { @pins = map { # Here we might have a DB::Problem or a DB::Nearby, we always want the problem. my $p = (ref $_ eq 'FixMyStreet::App::Model::DB::Nearby') ? $_->problem : $_; - my $colour = $c->cobrand->pin_colour( $p ); + my $colour = $c->cobrand->pin_colour( $p, 'around' ); { latitude => $p->latitude, longitude => $p->longitude, |