diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-05-21 00:12:42 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-05-21 00:12:42 +0100 |
commit | c804762c2fa0b855fca4c2388c6a47f09913b966 (patch) | |
tree | 09b90e602aa3239fc8dc4a4046afbe63e8edec9b /perllib/FixMyStreet/App/Controller/Report.pm | |
parent | 4af1e3d75ae247fd7d6a9910087fc36e1a9659f5 (diff) |
Start of questionnaire migration, displays mostly okay, submission not done, nor problem display.
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Report.pm')
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Report.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Report.pm b/perllib/FixMyStreet/App/Controller/Report.pm index 9ec187c7d..9041fa731 100644 --- a/perllib/FixMyStreet/App/Controller/Report.pm +++ b/perllib/FixMyStreet/App/Controller/Report.pm @@ -157,7 +157,7 @@ sub format_problem_for_display : Private { $c->stash->{banner} = $c->cobrand->generate_problem_banner($problem); - $c->stash->{allow_photo_upload} = $c->cobrand->allow_photo_display; + $c->stash->{allow_photo_upload} = $c->cobrand->allow_photo_display; # FIXME? $c->stash->{cobrand_alert_fields} = $c->cobrand->form_elements( '/alerts' ); $c->stash->{cobrand_update_fields} = $c->cobrand->form_elements( '/updateForm' ); |