diff options
author | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-03-23 17:37:05 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-03-23 17:37:05 +0000 |
commit | 197d916501696c1d8811f05f1ef23e2a11d6e1b4 (patch) | |
tree | 931ff98a8202d537393362f36660ff08f1fd432c /web/tms-signup.cgi | |
parent | f10475c5f5a8f7e6a24579c4575c5bb208cc0428 (diff) | |
parent | 9e3f0cc26dbbd0e1b3d9d4aaf89fffec41557027 (diff) |
Merge branch 'master' of ssh://matthew@git.mysociety.org/data/git/public/fixmystreet
Diffstat (limited to 'web/tms-signup.cgi')
-rwxr-xr-x | web/tms-signup.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/tms-signup.cgi b/web/tms-signup.cgi index 44099417f..5975a324f 100755 --- a/web/tms-signup.cgi +++ b/web/tms-signup.cgi @@ -108,7 +108,7 @@ sub tms_do_subscribe { mobile => $input{mobile}, }); dbh()->commit(); - return Page::send_email($q, $input{email}, $input{name}, 'tms', %h); + return Page::send_confirmation_email($q, $input{email}, $input{name}, 'tms', %h); } sub tms_confirm { |