diff options
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Rutland.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Rutland.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Rutland.pm b/perllib/FixMyStreet/Cobrand/Rutland.pm index 557cf83a9..bc8eff6d2 100644 --- a/perllib/FixMyStreet/Cobrand/Rutland.pm +++ b/perllib/FixMyStreet/Cobrand/Rutland.pm @@ -30,7 +30,7 @@ sub open311_config { } sub open311_extra_data_include { - my ($self, $row, $h, $extra) = @_; + my ($self, $row, $h) = @_; return [ { name => 'external_id', value => $row->id }, |