aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-05-02 17:00:55 +0100
committerMatthew Somerville <matthew@mysociety.org>2012-05-02 17:00:55 +0100
commit015b5c6a1963a237cb27fab0437b62faabcb474e (patch)
tree85072cd1519dfd446b64afd0098bd812a1b1789b
parenta7c433877564d95bdb3698c3b8bb85d03e01feb7 (diff)
Bromley want only one month on around page.
-rw-r--r--perllib/FixMyStreet/Cobrand/Bromley.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Bromley.pm b/perllib/FixMyStreet/Cobrand/Bromley.pm
index 02c4676f9..66dc63606 100644
--- a/perllib/FixMyStreet/Cobrand/Bromley.pm
+++ b/perllib/FixMyStreet/Cobrand/Bromley.pm
@@ -36,6 +36,10 @@ sub example_places {
return ( 'BR1 3UH', 'Glebe Rd, Bromley' );
}
+sub on_map_default_max_pin_age {
+ return '1 month';
+}
+
sub recent_photos {
my ( $self, $area, $num, $lat, $lon, $dist ) = @_;
$num = 3 if $num > 3 && $area eq 'alert';