diff options
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Bromley.pm | 2 |
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; |