aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Questionnaire.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-05-22 14:49:42 +0100
committerMatthew Somerville <matthew@mysociety.org>2012-05-22 14:49:42 +0100
commitdf4583814b09d3844db1ffe671b2cb8ff48a6d93 (patch)
tree3d01231000b4ca071aeaf2fd7393316a0b6aed4d /perllib/FixMyStreet/App/Controller/Questionnaire.pm
parent7985b5e44688f9ddaf430bf06c42b50484da038a (diff)
parent58365c1fc883f64e6a8c9b4cd70869013c179b69 (diff)
Merge branch 'master' into bromley
Conflicts: bin/send-reports perllib/FixMyStreet/App/Controller/Report/New.pm
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Questionnaire.pm')
-rwxr-xr-xperllib/FixMyStreet/App/Controller/Questionnaire.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Questionnaire.pm b/perllib/FixMyStreet/App/Controller/Questionnaire.pm
index 6ed7ddd9d..fe71f3fbb 100755
--- a/perllib/FixMyStreet/App/Controller/Questionnaire.pm
+++ b/perllib/FixMyStreet/App/Controller/Questionnaire.pm
@@ -244,7 +244,7 @@ sub process_questionnaire : Private {
push @errors, _('Please provide some explanation as to why you\'re reopening this report')
if $c->stash->{been_fixed} eq 'No' && $c->stash->{problem}->is_fixed() && !$c->stash->{update};
- $c->forward('/report/new/process_photo');
+ $c->forward('/photo/process_photo');
push @errors, $c->stash->{photo_error}
if $c->stash->{photo_error};