diff options
Diffstat (limited to 'bin/send-reports')
-rwxr-xr-x | bin/send-reports | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/send-reports b/bin/send-reports index c74a796c5..298eb458d 100755 --- a/bin/send-reports +++ b/bin/send-reports @@ -269,7 +269,7 @@ while (my $row = $unsent->next) { api_key => $conf->api_key, ); - my $resp = $open311->send_service_request( $row, $contact->email ); + my $resp = $open311->send_service_request( $row, \%h, $contact->email ); if ( $resp ) { $row->external_id( $resp ); |