diff options
author | Dave Arter <davea@mysociety.org> | 2020-10-21 14:36:56 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2020-10-28 11:31:44 +0000 |
commit | 6571c867e3b59adab6f114e256af5e0c72da0bb5 (patch) | |
tree | e87aa33440fdaa7ed9719829638a7cabec991008 /perllib | |
parent | cfda101b3006f12280a41adc4b28ca555b867556 (diff) |
[Cheshire East] Don’t show description of fetched reports
Diffstat (limited to 'perllib')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/CheshireEast.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/CheshireEast.pm b/perllib/FixMyStreet/Cobrand/CheshireEast.pm index ae537b635..2a0423b7c 100644 --- a/perllib/FixMyStreet/Cobrand/CheshireEast.pm +++ b/perllib/FixMyStreet/Cobrand/CheshireEast.pm @@ -110,4 +110,7 @@ sub council_rss_alert_options { return ( \@options, undef ); } +# Make sure fetched report description isn't shown. +sub filter_report_description { "" } + 1; |