aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet
diff options
context:
space:
mode:
authorDave Arter <davea@mysociety.org>2017-01-27 15:29:44 +0000
committerDave Arter <davea@mysociety.org>2017-01-27 15:29:44 +0000
commit71c3c54ecf260024cfa468a077b17ced5f34a5dd (patch)
treeeabe9feca45926b875127c099c1744e7e2ec05dd /perllib/FixMyStreet
parent047044ee8e1c9c8e79182c3a61808bbaa7ccfc9c (diff)
[Greenwich] Show reports up to 3 months old by default
Diffstat (limited to 'perllib/FixMyStreet')
-rw-r--r--perllib/FixMyStreet/Cobrand/Greenwich.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Greenwich.pm b/perllib/FixMyStreet/Cobrand/Greenwich.pm
index f51315401..62b0e1fc8 100644
--- a/perllib/FixMyStreet/Cobrand/Greenwich.pm
+++ b/perllib/FixMyStreet/Cobrand/Greenwich.pm
@@ -57,4 +57,8 @@ sub contact_email {
sub reports_per_page { return 20; }
+sub on_map_default_max_pin_age {
+ return '3 month';
+}
+
1;