diff options
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Barnet.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Barnet.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Barnet.pm b/perllib/FixMyStreet/Cobrand/Barnet.pm index 4d20d6522..eacb4ef70 100644 --- a/perllib/FixMyStreet/Cobrand/Barnet.pm +++ b/perllib/FixMyStreet/Cobrand/Barnet.pm @@ -9,7 +9,7 @@ use URI::Escape; use mySociety::VotingArea; sub site_restriction { - return ( "and council='2489'", 'barnet' ); + return ( "and council='2489'", 'barnet', { council => '2489' } ); } sub base_url { |