diff options
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/IsleOfWight.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/IsleOfWight.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/IsleOfWight.pm b/perllib/FixMyStreet/Cobrand/IsleOfWight.pm index f8e5542c0..49356e3ae 100644 --- a/perllib/FixMyStreet/Cobrand/IsleOfWight.pm +++ b/perllib/FixMyStreet/Cobrand/IsleOfWight.pm @@ -73,6 +73,9 @@ sub open311_config { $row->set_extra_fields(@$extra); } +# Make sure fetched report description isn't shown. +sub filter_report_description { "" } + sub open311_munge_update_params { my ($self, $params, $comment, $body) = @_; |