diff options
author | Struan Donald <struan@exo.org.uk> | 2011-06-06 12:32:43 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-06-06 12:32:43 +0100 |
commit | 75fe00034fc5be24e2222cf116656fc350b98e67 (patch) | |
tree | df8d29092083025a818688d496e26913ed2a3a7f /perllib/FixMyStreet/App/Controller/Location.pm | |
parent | c297e65b2fb0cf61c5d6a3b2caa477c473fccd96 (diff) | |
parent | 1aa62d33e4e038e9edf994084603086eff26b6ac (diff) |
Merge branch 'migrate_to_catalyst' of ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst
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 ($@) { |