diff options
author | Struan Donald <struan@exo.org.uk> | 2012-04-04 17:44:58 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-04-04 17:44:58 +0100 |
commit | 70d59a30b5c2c59b1a3380cd2ab039931abaa158 (patch) | |
tree | 611d395cb7318a82ee2476be169a9f52bcc1e99a /perllib/FixMyStreet/Cobrand/FixMyStreet.pm | |
parent | b1e64aad7422ddeae0fde7f5f2a41eae151d830f (diff) |
fix get_council_sender and make sure it works for uk councils
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/FixMyStreet.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/FixMyStreet.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/FixMyStreet.pm b/perllib/FixMyStreet/Cobrand/FixMyStreet.pm index a0aa6db45..774723420 100644 --- a/perllib/FixMyStreet/Cobrand/FixMyStreet.pm +++ b/perllib/FixMyStreet/Cobrand/FixMyStreet.pm @@ -7,7 +7,7 @@ sub restriction { } sub get_council_sender { - my ( $self, $area_id, $area_info ) = shift; + my ( $self, $area_id, $area_info ) = @_; my $send_method; |