diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-10-11 09:27:21 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-10-11 09:27:21 +0100 |
commit | 2404b1954614d9cd93c44e42a13449b7a7efaae1 (patch) | |
tree | e98ff3989d37c120a7f1294d2bf914dc5e89cae3 /perllib/FixMyStreet/App/Controller/Location.pm | |
parent | dfe953289cc7e3c49ee547110b953b48c2948aab (diff) | |
parent | 5934b383754a2d298100a674a1ccefc2cb9e50af (diff) |
Merge branch 'bit-of-yaml-tidying'
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Location.pm')
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Location.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Location.pm b/perllib/FixMyStreet/App/Controller/Location.pm index c457c8fce..cb2077ede 100644 --- a/perllib/FixMyStreet/App/Controller/Location.pm +++ b/perllib/FixMyStreet/App/Controller/Location.pm @@ -96,7 +96,6 @@ sub determine_location_from_pc : Private { if ( ref($error) eq 'ARRAY' ) { foreach (@$error) { my $a = $_->{address}; - $a = decode_utf8($a) if !utf8::is_utf8($a); $a =~ s/, United Kingdom//; $a =~ s/, UK//; $_->{address} = $a; |