diff options
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Northamptonshire.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Northamptonshire.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Northamptonshire.pm b/perllib/FixMyStreet/Cobrand/Northamptonshire.pm index 533dad5d3..f16700820 100644 --- a/perllib/FixMyStreet/Cobrand/Northamptonshire.pm +++ b/perllib/FixMyStreet/Cobrand/Northamptonshire.pm @@ -27,7 +27,7 @@ sub disambiguate_location { sub categories_restriction { my ($self, $rs) = @_; - return $rs->search( [ { 'body.name' => 'Northamptonshire County Council' } ], { join => { body => 'body_areas' } }); + return $rs->search( { 'body.name' => 'Northamptonshire County Council' }, { join => 'body' }); } sub send_questionnaires { 0 } |