diff options
-rw-r--r-- | perllib/FixMyStreet/Map/Utils.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Map/Utils.pm b/perllib/FixMyStreet/Map/Utils.pm index 695206785..c1c366c68 100644 --- a/perllib/FixMyStreet/Map/Utils.pm +++ b/perllib/FixMyStreet/Map/Utils.pm @@ -15,7 +15,7 @@ use Cobrand; use mySociety::Gaze; use mySociety::GeoUtil; use mySociety::Locale; -use mySociety::Web qw(NewURL); +use mySociety::Web qw(ent NewURL); sub header { my ($q, $type) = @_; |