diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-10-30 08:50:30 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-10-30 08:50:30 +0000 |
commit | 321ad0d6742f6fa9cf53bfa4d88bf9cbabfc4b83 (patch) | |
tree | cf18d524b045166e4da1bdfaa06efed289a71251 /perllib/FixMyStreet/App/Controller/Report.pm | |
parent | 0b127a05a982eca9de214ce2d524b244e8c934ec (diff) | |
parent | 0ede84d2c7eca6915220e62d4892f52aa2611cee (diff) |
Merge branch 'moderate-allow-extra-edits'
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 d4ff0a2ca..5718bc021 100644 --- a/perllib/FixMyStreet/App/Controller/Report.pm +++ b/perllib/FixMyStreet/App/Controller/Report.pm @@ -194,7 +194,7 @@ sub load_updates : Private { $c->stash->{updates} = \@combined; if ($c->sessionid) { - foreach (qw(alert_to_reporter anonymized photo_error)) { + foreach (qw(alert_to_reporter anonymized moderate_errors)) { $c->stash->{$_} = $c->flash->{$_} if $c->flash->{$_}; } } |