diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-07-16 08:55:28 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-07-16 08:55:28 +0100 |
commit | c6eec6aee98f893fcc601222015739570419215c (patch) | |
tree | cc983880fef5ae9a6272ac01e65c5a21f5641438 | |
parent | 327ac51aec0f0625fcb79179c0e1c5eec928223d (diff) |
Unused variable.
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Report.pm | 2 |
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; } |