diff options
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/SeeSomething.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/SeeSomething.pm | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/perllib/FixMyStreet/Cobrand/SeeSomething.pm b/perllib/FixMyStreet/Cobrand/SeeSomething.pm index 75f1c32e8..9ae15fd8d 100644 --- a/perllib/FixMyStreet/Cobrand/SeeSomething.pm +++ b/perllib/FixMyStreet/Cobrand/SeeSomething.pm @@ -10,14 +10,9 @@ sub council_name { return 'See Something Say Something'; } sub council_url { return 'seesomething'; } sub area_types { [ 'MTD' ] } -sub site_restriction { +sub body_restriction { my $self = shift; - return { bodies_str => { IN => $self->council_id } }; -} - -sub problems_clause { - my $self = shift; - return { bodies_str => { IN => $self->council_id } }; + return $self->council_id; } sub area_check { |