diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-11-04 14:32:43 +0000 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2019-12-09 12:50:07 +0000 |
commit | d2d4086ec17e30bd7d65b6e692303c26b52a2929 (patch) | |
tree | d3334b5411311adff4d54866563a9f0c6188d0f5 /perllib/FixMyStreet/Cobrand/FixMyStreet.pm | |
parent | cc93a1601580c9a7f4f6a2cc0980d886b10e5785 (diff) |
[TfL] Send email to shortlisted user upon update.
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/FixMyStreet.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/FixMyStreet.pm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/FixMyStreet.pm b/perllib/FixMyStreet/Cobrand/FixMyStreet.pm index f2551a16d..26638d41c 100644 --- a/perllib/FixMyStreet/Cobrand/FixMyStreet.pm +++ b/perllib/FixMyStreet/Cobrand/FixMyStreet.pm @@ -325,4 +325,9 @@ sub send_questionnaire { return 1; } +sub update_email_shortlisted_user { + my ($self, $update) = @_; + FixMyStreet::Cobrand::TfL::update_email_shortlisted_user($self, $update); +} + 1; |