diff options
author | Struan Donald <struan@exo.org.uk> | 2011-05-25 16:43:28 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-05-25 16:43:28 +0100 |
commit | 6a679dbe9f0d7021f176ca23106a74bc2475539e (patch) | |
tree | 731af77d81f4855c045faadd3726fadbb1bb0c18 /perllib/FixMyStreet/App/Controller/Report | |
parent | 34296c409fe2ab9f02e5aeb14100570a8fb68dea (diff) |
submission for questionnaire when problem owner marks it fixed
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Report')
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Report/Update.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Report/Update.pm b/perllib/FixMyStreet/App/Controller/Report/Update.pm index 1bc15f1f3..8af3cd2a2 100644 --- a/perllib/FixMyStreet/App/Controller/Report/Update.pm +++ b/perllib/FixMyStreet/App/Controller/Report/Update.pm @@ -68,7 +68,7 @@ sub update_problem : Private { $problem->lastupdate( \'ms_current_timestamp()' ); $problem->update; - $c->stash->{problem} = $problem; + $c->stash->{problem_id} = $problem->id; if ($display_questionnaire) { $c->detach('/questionnaire/creator_fixed'); |