From 6571c867e3b59adab6f114e256af5e0c72da0bb5 Mon Sep 17 00:00:00 2001 From: Dave Arter Date: Wed, 21 Oct 2020 14:36:56 +0100 Subject: =?UTF-8?q?[Cheshire=20East]=20Don=E2=80=99t=20show=20description?= =?UTF-8?q?=20of=20fetched=20reports?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- perllib/FixMyStreet/Cobrand/CheshireEast.pm | 3 +++ 1 file changed, 3 insertions(+) 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; -- cgit v1.2.3