diff options
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/TfL.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/TfL.pm | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/perllib/FixMyStreet/Cobrand/TfL.pm b/perllib/FixMyStreet/Cobrand/TfL.pm index 1423a7c63..c91b8a79c 100644 --- a/perllib/FixMyStreet/Cobrand/TfL.pm +++ b/perllib/FixMyStreet/Cobrand/TfL.pm @@ -103,13 +103,7 @@ sub report_sent_confirmation_email { 'id' } sub report_age { '6 weeks' } # We don't want any reports made before the go-live date visible -sub problems_restriction { - my ($self, $rs) = @_; - my $table = ref $rs eq 'FixMyStreet::DB::ResultSet::Nearby' ? 'problem' : 'me'; - return $rs->to_body($self->body)->search({ - "$table.confirmed" => { '>=', '2019-12-09 12:00' } - }); -} +sub cut_off_date { '2019-12-09 12:00' } sub password_expiry { return if FixMyStreet->test_mode; |