aboutsummaryrefslogtreecommitdiffstats
path: root/perllib
diff options
context:
space:
mode:
authorDave Arter <davea@mysociety.org>2020-10-21 14:36:56 +0100
committerDave Arter <davea@mysociety.org>2020-10-28 11:31:44 +0000
commit6571c867e3b59adab6f114e256af5e0c72da0bb5 (patch)
treee87aa33440fdaa7ed9719829638a7cabec991008 /perllib
parentcfda101b3006f12280a41adc4b28ca555b867556 (diff)
[Cheshire East] Don’t show description of fetched reports
Diffstat (limited to 'perllib')
-rw-r--r--perllib/FixMyStreet/Cobrand/CheshireEast.pm3
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;