mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Merge pull request #6777 from rxu/ticket/17468
[ticket/17468] Send reset password link to email only
This commit is contained in:
commit
120ae90636
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ class reset_password
|
||||||
], false)
|
], false)
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$messenger->send($user_row['user_notify_type']);
|
$messenger->send(NOTIFY_EMAIL);
|
||||||
|
|
||||||
return $this->helper->message($message);
|
return $this->helper->message($message);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue