diff options
Diffstat (limited to 'perllib/FixMyStreet')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/TfL.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/TfL.pm b/perllib/FixMyStreet/Cobrand/TfL.pm index d1ae347fc..61ac7a8b2 100644 --- a/perllib/FixMyStreet/Cobrand/TfL.pm +++ b/perllib/FixMyStreet/Cobrand/TfL.pm @@ -25,6 +25,8 @@ sub send_questionnaires { 0 } sub category_change_force_resend { 1 } +sub do_not_reply_email { shift->feature('do_not_reply_email') } + sub area_check { my ( $self, $params, $context ) = @_; |