diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-05-18 11:43:35 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-05-18 11:43:35 +0100 |
commit | e9475bd7f2af04aacc40e44fde7394092a2731ae (patch) | |
tree | 7d2a6a4cc044094692104963bdb2af3617ddb8c3 /perllib/FixMyStreet/Cobrand/FixMyStreet.pm | |
parent | 2ef89c84b5e418e0967a518893197dfd537dc70e (diff) |
Remove some duplicate code.
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/FixMyStreet.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/FixMyStreet.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/FixMyStreet.pm b/perllib/FixMyStreet/Cobrand/FixMyStreet.pm index 774723420..bd7c708a8 100644 --- a/perllib/FixMyStreet/Cobrand/FixMyStreet.pm +++ b/perllib/FixMyStreet/Cobrand/FixMyStreet.pm @@ -54,7 +54,7 @@ sub process_extras { my $extra = shift; if ( $contacts->[0]->area_id == 2482 ) { - for my $field ( qw/ fms_extra_title / ) { + for my $field ( qw/ fms_extra_title first_name last_name / ) { my $value = $ctx->request->param( $field ); if ( !$value ) { |