aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Report.pm
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2011-05-17 12:38:57 +0100
committerStruan Donald <struan@exo.org.uk>2011-05-17 12:38:57 +0100
commit29a941c8cc20b0ae85caf8dddb6be4a9005cbd2d (patch)
treef204034510829b87428c1c94efaafed85585f5be /perllib/FixMyStreet/App/Controller/Report.pm
parent8ccb7ae193e7fe21a59929b61119689c7527c0f9 (diff)
cannot call template variabled name
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Report.pm')
-rw-r--r--perllib/FixMyStreet/App/Controller/Report.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Report.pm b/perllib/FixMyStreet/App/Controller/Report.pm
index ac2338292..dfe4735af 100644
--- a/perllib/FixMyStreet/App/Controller/Report.pm
+++ b/perllib/FixMyStreet/App/Controller/Report.pm
@@ -189,7 +189,7 @@ sub format_problem_for_display : Private {
map { Utils::truncate_coordinate($_) }
( $problem->latitude, $problem->longitude );
- $c->stash->{name} = $c->req->param('name');
+ $c->stash->{report_name} = $c->req->param('name');
$c->stash->{update} = $c->req->param('update');
$c->stash->{email} = $c->req->param('rznvy');