diff options
author | M Somerville <matthew-github@dracos.co.uk> | 2020-10-09 08:03:34 +0100 |
---|---|---|
committer | M Somerville <matthew-github@dracos.co.uk> | 2020-10-09 08:03:34 +0100 |
commit | 0ee2ac92c1b9f79204a32bc56807d0f0ae1a7813 (patch) | |
tree | b53b17d071c3c9a371aed1b70916b51ccedf2e9d /perllib/FixMyStreet/SendReport | |
parent | f32e0900dd8c0a97c2b2214c973394e1fda2cb0e (diff) | |
parent | 541bb773ba95e147ababdf015ea83356aeda54b2 (diff) |
Merge branch 'prevent-duplicate-site-codes'
Diffstat (limited to 'perllib/FixMyStreet/SendReport')
-rw-r--r-- | perllib/FixMyStreet/SendReport/Open311.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/SendReport/Open311.pm b/perllib/FixMyStreet/SendReport/Open311.pm index 5c4407094..e51bd76c9 100644 --- a/perllib/FixMyStreet/SendReport/Open311.pm +++ b/perllib/FixMyStreet/SendReport/Open311.pm @@ -41,7 +41,7 @@ sub send { # Try and fill in some ones that we've been asked for, but not asked the user for my $extra = $row->get_extra_fields(); - my ($include, $exclude) = $cobrand->call_hook(open311_extra_data => $row, $h, $extra, $contact); + my ($include, $exclude) = $cobrand->call_hook(open311_extra_data => $row, $h, $contact); my $original_extra = [ @$extra ]; push @$extra, @$include if $include; |