diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-09-01 17:40:28 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-09-01 17:40:28 +0000 |
commit | c4a548f64d3c941a36edd03903ba388c6c32c1ae (patch) | |
tree | ed657e92717c685ce0a932492869ce8ded87e75e /modules/user/user.module | |
parent | 5bd9dcef6000760c11b649cc6096b4b0352162a1 (diff) | |
download | brdo-c4a548f64d3c941a36edd03903ba388c6c32c1ae.tar.gz brdo-c4a548f64d3c941a36edd03903ba388c6c32c1ae.tar.bz2 |
#331180 follow-up by pwolanin and mfb: Fix sending of mail.
Diffstat (limited to 'modules/user/user.module')
-rw-r--r-- | modules/user/user.module | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/user/user.module b/modules/user/user.module index bfabe61d0..c0cead24a 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -2757,7 +2757,8 @@ function user_preferred_language($account, $default = NULL) { * @param $language * Optional language to use for the notification, overriding account language. * @return - * The return value from drupal_mail_send(), if ends up being called. + * The return value from drupal_mail_sending_system()->mail(), if ends up + * being called. */ function _user_mail_notify($op, $account, $language = NULL) { // By default, we always notify except for canceled and blocked. |