diff options
Diffstat (limited to 'core/lostpassword/controller/lostcontroller.php')
-rw-r--r-- | core/lostpassword/controller/lostcontroller.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/lostpassword/controller/lostcontroller.php b/core/lostpassword/controller/lostcontroller.php index c039c578b59..d1a4528d449 100644 --- a/core/lostpassword/controller/lostcontroller.php +++ b/core/lostpassword/controller/lostcontroller.php @@ -201,7 +201,7 @@ class LostController extends Controller { try { // FIXME: should be added to the container and injected in here - \OC_Mail::send( + \OCP\Util::sendMail( $email, $user, $this->l10n->t('%s password reset', array($this->defaults->getName())), |