aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/SendReport/Open311.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-07-20 18:49:14 +0100
committerMatthew Somerville <matthew@mysociety.org>2012-07-20 18:49:14 +0100
commit5612a350ba12f92d9f2d5dcbafc718b6d68f6e20 (patch)
tree099f804cd66f57dcda49f2d4f35c0bbfbc113e67 /perllib/FixMyStreet/SendReport/Open311.pm
parent3f5bf7ae6f87e9da2faa761065d7c6cc590183ff (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.pm2
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;