aboutsummaryrefslogtreecommitdiffstats
path: root/bin/send-reports
diff options
context:
space:
mode:
Diffstat (limited to 'bin/send-reports')
-rwxr-xr-xbin/send-reports2
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 );