aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Around.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2016-06-20 18:50:21 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2016-06-20 18:50:21 +0100
commit094ce47ab94387949a27dbcbde6930754cb8ddc3 (patch)
tree5d088778cfeeb23d0d3b377454b5b4be0fade0ed /perllib/FixMyStreet/App/Controller/Around.pm
parent8e96ff0e64a0b5c96912fa25189d7288d5f1d5ca (diff)
parent1ac833b14eddb275ae124035dc95650e725265d3 (diff)
Merge branch '360-change-email'
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Around.pm')
-rw-r--r--perllib/FixMyStreet/App/Controller/Around.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Around.pm b/perllib/FixMyStreet/App/Controller/Around.pm
index b0340204a..b8f038ce3 100644
--- a/perllib/FixMyStreet/App/Controller/Around.pm
+++ b/perllib/FixMyStreet/App/Controller/Around.pm
@@ -156,6 +156,8 @@ sub display_location : Private {
# set the template to use
$c->stash->{template} = 'around/display_location.html';
+ $c->forward('/auth/get_csrf_token');
+
# get the lat,lng
my $latitude = $c->stash->{latitude};
my $longitude = $c->stash->{longitude};