diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-06-06 11:15:01 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-06-06 11:15:01 +0100 |
commit | a6c11ec2e1fa29ffc28fed8fa0102f2fb9d61845 (patch) | |
tree | cdbdf8ce8688be284741d29b2f2c2b7950df4c9a /perllib/FixMyStreet/Cobrand/FiksGataMi.pm | |
parent | cd0ff4b083042c7d9a14d369326c5247893416c5 (diff) |
Get rid of some more fake_q etc.
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/FiksGataMi.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/FiksGataMi.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/FiksGataMi.pm b/perllib/FixMyStreet/Cobrand/FiksGataMi.pm index 267be6958..a5b71e46b 100644 --- a/perllib/FixMyStreet/Cobrand/FiksGataMi.pm +++ b/perllib/FixMyStreet/Cobrand/FiksGataMi.pm @@ -22,7 +22,7 @@ sub enter_postcode_text { # Is also adding language parameter sub disambiguate_location { - my ( $self, $s, $q ) = @_; + my ( $self, $s ) = @_; $s = "hl=no&gl=no&$s"; return $s; } |