aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Around.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2011-05-25 12:52:27 +0100
committerMatthew Somerville <matthew@mysociety.org>2011-05-25 12:52:27 +0100
commit1e39c5b6d4c1200d89292b3715513a7260bd9743 (patch)
treea9c33705a24487737163f136200c2693d93ba64b /perllib/FixMyStreet/App/Controller/Around.pm
parent2bebb13e4c055f8d52bd0d68112cd040b21b3abd (diff)
Remove old CGI Q from Map calls.
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Around.pm')
-rw-r--r--perllib/FixMyStreet/App/Controller/Around.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Around.pm b/perllib/FixMyStreet/App/Controller/Around.pm
index 054f83a35..38e6025db 100644
--- a/perllib/FixMyStreet/App/Controller/Around.pm
+++ b/perllib/FixMyStreet/App/Controller/Around.pm
@@ -187,7 +187,7 @@ sub display_location : Private {
{ # FIXME - ideally this indented code should be in the templates
$c->stash->{map_html} = FixMyStreet::Map::display_map(
- $c, $c->fake_q,
+ $c,
latitude => $latitude,
longitude => $longitude,
type => 1,