aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/My.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2011-07-21 13:40:55 +0100
committerMatthew Somerville <matthew@mysociety.org>2011-07-21 13:41:24 +0100
commit4a8e9e711dca602d657cbe24b4733c613b94c279 (patch)
treeec84a70386c78476e9636bdd9b9656e255cd49f2 /perllib/FixMyStreet/App/Controller/My.pm
parent96dd380147b497274a31ba2ee7ff2d8fffa9922a (diff)
Allow pin moving without reload of page (at last).
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/My.pm')
-rw-r--r--perllib/FixMyStreet/App/Controller/My.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/App/Controller/My.pm b/perllib/FixMyStreet/App/Controller/My.pm
index e5346f3d9..19b3ffee0 100644
--- a/perllib/FixMyStreet/App/Controller/My.pm
+++ b/perllib/FixMyStreet/App/Controller/My.pm
@@ -53,6 +53,7 @@ sub my : Path : Args(0) {
$c->stash->{updates} = \@updates;
$c->stash->{updates_pager} = $rs->pager;
+ $c->stash->{page} = 'my';
FixMyStreet::Map::display_map(
$c,
latitude => $pins->[0]{latitude},