diff options
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Hounslow.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Hounslow.pm b/perllib/FixMyStreet/Cobrand/Hounslow.pm index 7ebd62a18..39f8e902f 100644 --- a/perllib/FixMyStreet/Cobrand/Hounslow.pm +++ b/perllib/FixMyStreet/Cobrand/Hounslow.pm @@ -137,6 +137,9 @@ sub open311_skip_report_fetch { return 1 if $problem->non_public; } +# Make sure fetched report description isn't shown. +sub filter_report_description { "" } + sub lookup_site_code_config { { buffer => 50, # metres url => "https://tilma.mysociety.org/mapserver/hounslow", |