aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Script/Alerts.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2019-05-14 10:22:15 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2019-05-14 10:22:15 +0100
commit345a03f5ad2d71948ca4383682a5549f3053486b (patch)
tree8b156f90f383c5987138f115e6f7437075ad04bb /perllib/FixMyStreet/Script/Alerts.pm
parent1a7835da6ee96d0287c4523110ebb01f662cafd6 (diff)
parentf7873a97d3be13251da30f12705c3dafa5468995 (diff)
Merge in upgraded Catalyst branch.
Diffstat (limited to 'perllib/FixMyStreet/Script/Alerts.pm')
-rw-r--r--perllib/FixMyStreet/Script/Alerts.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Script/Alerts.pm b/perllib/FixMyStreet/Script/Alerts.pm
index 55f4b3db5..3d2d784b8 100644
--- a/perllib/FixMyStreet/Script/Alerts.pm
+++ b/perllib/FixMyStreet/Script/Alerts.pm
@@ -333,7 +333,6 @@ sub _get_address_from_geocode {
my $geocode = shift;
return '' unless defined $geocode;
- utf8::encode($geocode) if utf8::is_utf8($geocode);
my $h = new IO::String($geocode);
my $data = RABX::wire_rd($h);