diff options
-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 4da44f9f7..3d5243990 100755 --- a/bin/send-reports +++ b/bin/send-reports @@ -278,7 +278,7 @@ while (my $row = $unsent->next) { $row->user->name( $row->user->id . ' ' . $row->user->name ); } - my $resp = $open311->send_service_request( $row, \%h, $contact->ema + my $resp = $open311->send_service_request( $row, \%h, $contact->email ); # make sure we don't save user changes from above if ( $row->council =~ /2218/ ) { |