aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Report/Update.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2016-03-09 15:50:49 +0000
committerMatthew Somerville <matthew@mysociety.org>2016-03-09 15:50:49 +0000
commitde1a7efcf4b33e60829e7c5a946bc82632247a28 (patch)
tree554e06fa5eda9031ccc0824acaa7e3169e658308 /perllib/FixMyStreet/App/Controller/Report/Update.pm
parentf23470ddccfdf1db6604c99c58a3803fd5ccab4c (diff)
parenta5636fc2acd3e03b853f3644fedc054e3eb8b905 (diff)
Merge remote-tracking branch 'origin/1291-extra_fields'
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Report/Update.pm')
-rw-r--r--perllib/FixMyStreet/App/Controller/Report/Update.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Report/Update.pm b/perllib/FixMyStreet/App/Controller/Report/Update.pm
index 45d924335..8d6bc2019 100644
--- a/perllib/FixMyStreet/App/Controller/Report/Update.pm
+++ b/perllib/FixMyStreet/App/Controller/Report/Update.pm
@@ -286,9 +286,9 @@ sub process_update : Private {
my @extra; # Next function fills this, but we don't need it here.
- # This is just so that the error checkign for these extra fields runs.
+ # This is just so that the error checking for these extra fields runs.
# TODO Use extra here as it is used on reports.
- $c->cobrand->process_extras( $c, $update->problem->bodies_str, \@extra );
+ $c->cobrand->process_open311_extras( $c, $update->problem->bodies_str, \@extra );
if ( $c->get_param('fms_extra_title') ) {
my %extras = ();