aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Around.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-05-08 14:01:36 +0100
committerMatthew Somerville <matthew@mysociety.org>2012-05-08 14:01:36 +0100
commit98eb8e031e5082402fd88adf7d67bab910611973 (patch)
tree31f1bb8f8fa54d4a02be8181e19840a071695dd9 /perllib/FixMyStreet/App/Controller/Around.pm
parent6a2b0f4449a556e9565feafb2b61771d97550e91 (diff)
Allow display of areas on /around.
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Around.pm')
-rw-r--r--perllib/FixMyStreet/App/Controller/Around.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Around.pm b/perllib/FixMyStreet/App/Controller/Around.pm
index 0901599ed..fc6df20c3 100644
--- a/perllib/FixMyStreet/App/Controller/Around.pm
+++ b/perllib/FixMyStreet/App/Controller/Around.pm
@@ -203,6 +203,7 @@ sub display_location : Private {
longitude => $short_longitude,
clickable => 1,
pins => \@pins,
+ area => $c->cobrand->areas_on_around,
);
return 1;