diff options
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Default.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Default.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Default.pm b/perllib/FixMyStreet/Cobrand/Default.pm index 1d596fb43..04265963a 100644 --- a/perllib/FixMyStreet/Cobrand/Default.pm +++ b/perllib/FixMyStreet/Cobrand/Default.pm @@ -320,7 +320,7 @@ The number of reports to show per page on all reports page. =cut sub reports_per_page { - return 100; + return FixMyStreet->config('ALL_REPORTS_PER_PAGE') || 100; } =head2 on_map_list_limit |