aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Around.pm
diff options
context:
space:
mode:
authorDave Arter <davea@mysociety.org>2016-07-08 15:38:10 +0100
committerDave Arter <davea@mysociety.org>2016-07-08 15:38:10 +0100
commit0c5549a60ef3d86d672926d6e71c00cafff8326b (patch)
tree94158b497072156c273f442ce19888665a205a2c /perllib/FixMyStreet/App/Controller/Around.pm
parent680893b2489830b0c06a6ffdbf8c9f15ddb22487 (diff)
parent8a8b34b66dbdb9d2ce9c5b2d00318d75ef93d267 (diff)
Merge branch 'issues/commercial/500-cobrand-reporting-issues-redux'
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 b8f038ce3..f8ea84d08 100644
--- a/perllib/FixMyStreet/App/Controller/Around.pm
+++ b/perllib/FixMyStreet/App/Controller/Around.pm
@@ -195,6 +195,7 @@ sub display_location : Private {
colour => $colour,
id => $p->id,
title => $p->title_safe,
+ problem => $p,
}
} @$on_map_all, @$around_map;
}