Skip to content
Snippets Groups Projects
Commit 37ba2fa4 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #883440 by hefox: fixed user_account_form() @see's...

- Patch #883440 by hefox: fixed user_account_form() @see's user_validate_email() instead of user_validate_mail() (extra e).
parent 0a481a78
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -946,7 +946,7 @@ function user_user_view($account) {
* @see user_account_form_validate()
* @see user_validate_current_pass()
* @see user_validate_picture()
* @see user_validate_email()
* @see user_validate_mail()
*/
function user_account_form(&$form, &$form_state) {
global $user;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment