aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2011-07-16 08:55:28 +0100
committerMatthew Somerville <matthew@mysociety.org>2011-07-16 08:55:28 +0100
commitc6eec6aee98f893fcc601222015739570419215c (patch)
treecc983880fef5ae9a6272ac01e65c5a21f5641438
parent327ac51aec0f0625fcb79179c0e1c5eec928223d (diff)
Unused variable.
-rw-r--r--perllib/FixMyStreet/App/Controller/Report.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Report.pm b/perllib/FixMyStreet/App/Controller/Report.pm
index a15ee993f..ed8a7b418 100644
--- a/perllib/FixMyStreet/App/Controller/Report.pm
+++ b/perllib/FixMyStreet/App/Controller/Report.pm
@@ -108,8 +108,6 @@ sub format_problem_for_display : Private {
map { Utils::truncate_coordinate($_) }
( $problem->latitude, $problem->longitude );
- $c->stash->{report_name} = $c->req->param('name');
-
unless ( $c->req->param('submit_update') ) {
$c->stash->{add_alert} = 1;
}