diff options
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/FiksGataMi.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/FiksGataMi.pm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/perllib/FixMyStreet/Cobrand/FiksGataMi.pm b/perllib/FixMyStreet/Cobrand/FiksGataMi.pm index 29d2ec867..3d855cf8e 100644 --- a/perllib/FixMyStreet/Cobrand/FiksGataMi.pm +++ b/perllib/FixMyStreet/Cobrand/FiksGataMi.pm @@ -28,9 +28,10 @@ sub enter_postcode_text { # Is also adding language parameter sub disambiguate_location { - my ( $self, $s ) = @_; - $s = "hl=no&gl=no&$s"; - return $s; + return { + lang => 'no', + country => 'no', + }; } sub area_types { |