diff options
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Around.pm')
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Around.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Around.pm b/perllib/FixMyStreet/App/Controller/Around.pm index 858cbb5af..1533a34da 100644 --- a/perllib/FixMyStreet/App/Controller/Around.pm +++ b/perllib/FixMyStreet/App/Controller/Around.pm @@ -167,6 +167,7 @@ sub display_location : Private { # Filter by report category my $category = $c->req->param('category'); + $c->stash->{category} = $category; # get the map features my ( $on_map_all, $on_map, $around_map, $distance ) = |