diff options
author | Matthew Somerville <matthew@mysociety.org> | 2016-03-09 15:50:49 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2016-03-09 15:50:49 +0000 |
commit | de1a7efcf4b33e60829e7c5a946bc82632247a28 (patch) | |
tree | 554e06fa5eda9031ccc0824acaa7e3169e658308 /perllib/FixMyStreet/Cobrand/Bromley.pm | |
parent | f23470ddccfdf1db6604c99c58a3803fd5ccab4c (diff) | |
parent | a5636fc2acd3e03b853f3644fedc054e3eb8b905 (diff) |
Merge remote-tracking branch 'origin/1291-extra_fields'
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Bromley.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Bromley.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Bromley.pm b/perllib/FixMyStreet/Cobrand/Bromley.pm index 687843a2a..c9f9a98be 100644 --- a/perllib/FixMyStreet/Cobrand/Bromley.pm +++ b/perllib/FixMyStreet/Cobrand/Bromley.pm @@ -81,9 +81,9 @@ sub ask_ever_reported { return 0; } -sub process_extras { +sub process_open311_extras { my $self = shift; - $self->SUPER::process_extras( @_, [ 'first_name', 'last_name' ] ); + $self->SUPER::process_open311_extras( @_, [ 'first_name', 'last_name' ] ); } sub contact_email { |