diff options
Diffstat (limited to 'bin/oxfordshire/send-rdi-emails')
-rwxr-xr-x | bin/oxfordshire/send-rdi-emails | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/oxfordshire/send-rdi-emails b/bin/oxfordshire/send-rdi-emails index 11e7a6fe9..9eff02715 100755 --- a/bin/oxfordshire/send-rdi-emails +++ b/bin/oxfordshire/send-rdi-emails @@ -55,7 +55,7 @@ foreach my $inspector (@inspectors) { }; my $result = FixMyStreet::Email::send_cron( - FixMyStreet::DB->storage->schema, + FixMyStreet::DB->schema, "rdi.txt", $params, $hdrs, undef, 0, $cobrand, ); |