diff --git a/phpBB/phpbb/ucp/controller/reset_password.php b/phpBB/phpbb/ucp/controller/reset_password.php index a451856065..59047c191a 100644 --- a/phpBB/phpbb/ucp/controller/reset_password.php +++ b/phpBB/phpbb/ucp/controller/reset_password.php @@ -272,7 +272,7 @@ class reset_password ], false) ]); - $messenger->send($user_row['user_notify_type']); + $messenger->send(NOTIFY_EMAIL); return $this->helper->message($message); }