diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-07-20 18:49:14 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-07-20 18:49:14 +0100 |
commit | 5612a350ba12f92d9f2d5dcbafc718b6d68f6e20 (patch) | |
tree | 099f804cd66f57dcda49f2d4f35c0bbfbc113e67 /perllib/FixMyStreet/SendReport/Open311.pm | |
parent | 3f5bf7ae6f87e9da2faa761065d7c6cc590183ff (diff) |
Simplify SendReport code, moving some Email only bits to that module.
Diffstat (limited to 'perllib/FixMyStreet/SendReport/Open311.pm')
-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 d00965195..6584bf8e2 100644 --- a/perllib/FixMyStreet/SendReport/Open311.pm +++ b/perllib/FixMyStreet/SendReport/Open311.pm @@ -23,7 +23,7 @@ sub should_skip { sub send { my $self = shift; - my ( $row, $h, $to, $template, $recips, $nomail ) = @_; + my ( $row, $h ) = @_; my $result = -1; |