aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Cobrand/Bromley.pm
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-07-19 11:23:23 +0100
committerStruan Donald <struan@exo.org.uk>2012-08-09 09:55:48 +0100
commite9466b29eb5de4c47fe83a741a9dddc4107e46e5 (patch)
tree56efa3062af18a83bee4481fc8e1950469b8341f /perllib/FixMyStreet/Cobrand/Bromley.pm
parent15ca5b0d2ef908872f2e54785caab7a8a0584009 (diff)
set bromley to display only 20 reports at a time on all reports page
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Bromley.pm')
-rw-r--r--perllib/FixMyStreet/Cobrand/Bromley.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Bromley.pm b/perllib/FixMyStreet/Cobrand/Bromley.pm
index b39f7ed5b..1d32784db 100644
--- a/perllib/FixMyStreet/Cobrand/Bromley.pm
+++ b/perllib/FixMyStreet/Cobrand/Bromley.pm
@@ -86,5 +86,7 @@ sub contact_email {
}
sub contact_name { 'Bromley Council (do not reply)'; }
+sub reports_per_page { return 20; }
+
1;