aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Cobrand/Angus.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Angus.pm')
-rw-r--r--perllib/FixMyStreet/Cobrand/Angus.pm4
1 files changed, 1 insertions, 3 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Angus.pm b/perllib/FixMyStreet/Cobrand/Angus.pm
index 056101574..87dcc1d96 100644
--- a/perllib/FixMyStreet/Cobrand/Angus.pm
+++ b/perllib/FixMyStreet/Cobrand/Angus.pm
@@ -72,9 +72,7 @@ sub temp_update_contacts {
my $contact_rs = $self->{c}->model('DB::Contact');
- my $body = FixMyStreet::DB->resultset('Body')->search({
- 'body_areas.area_id' => $self->council_area_id,
- }, { join => 'body_areas' })->first;
+ my $body = FixMyStreet::DB->resultset('Body')->for_areas($self->council_area_id)->first;
my $_update = sub {
my ($category, $field, $category_details) = @_;