diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-08-05 17:52:31 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-08-05 17:52:31 +0100 |
commit | 931fca76596c0f64c79716d12b05d54193319d85 (patch) | |
tree | 961f51c8d28e035009f6b48394ac81e35ce4de1a /perllib/FixMyStreet/App/Controller/Questionnaire.pm | |
parent | 3c23c9a80271151e4060f2092439d068992a50d9 (diff) |
Rename questionnaire index function so GET doesn't find it.
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Questionnaire.pm')
-rwxr-xr-x | perllib/FixMyStreet/App/Controller/Questionnaire.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Questionnaire.pm b/perllib/FixMyStreet/App/Controller/Questionnaire.pm index acb1628cf..a87aff330 100755 --- a/perllib/FixMyStreet/App/Controller/Questionnaire.pm +++ b/perllib/FixMyStreet/App/Controller/Questionnaire.pm @@ -252,7 +252,7 @@ sub process_questionnaire : Private { } # Sent here from email token action. Simply load and display questionnaire. -sub index : Private { +sub show : Private { my ( $self, $c ) = @_; $c->forward( 'check_questionnaire' ); $c->forward( 'display' ); |