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/App/Controller/Location.pm | |
parent | cd0ff4b083042c7d9a14d369326c5247893416c5 (diff) |
Get rid of some more fake_q etc.
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Location.pm')
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Location.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Location.pm b/perllib/FixMyStreet/App/Controller/Location.pm index 76f54e7b3..c1b119074 100644 --- a/perllib/FixMyStreet/App/Controller/Location.pm +++ b/perllib/FixMyStreet/App/Controller/Location.pm @@ -65,7 +65,7 @@ sub determine_location_from_pc : Private { $c->stash->{pc} = $pc; # for template my ( $latitude, $longitude, $error ) = - eval { FixMyStreet::Geocode::lookup( $pc, $c->fake_q ) }; + eval { FixMyStreet::Geocode::lookup( $pc, $c ) }; # Check that nothing blew up if ($@) { |