aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Report.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/Report.pm
parent2bebb13e4c055f8d52bd0d68112cd040b21b3abd (diff)
Remove old CGI Q from Map calls.
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Report.pm')
-rw-r--r--perllib/FixMyStreet/App/Controller/Report.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Report.pm b/perllib/FixMyStreet/App/Controller/Report.pm
index a0e5d44c4..ae3dd5291 100644
--- a/perllib/FixMyStreet/App/Controller/Report.pm
+++ b/perllib/FixMyStreet/App/Controller/Report.pm
@@ -151,7 +151,7 @@ sub generate_map_tags : Private {
my $problem = $c->stash->{problem};
$c->stash->{map_start_html} = FixMyStreet::Map::display_map(
- $c, $c->fake_q,
+ $c,
latitude => $problem->latitude,
longitude => $problem->longitude,
type => 0,