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

(oops, forgot something)

parent 9a5e9606
Branches
Tags
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
......@@ -326,10 +326,8 @@ function account_track_comments() {
$data[signature] = $edit[signature];
dbsave("users", $data, $user->id);
user_rehash();
header("account.php");
}
showUser($user->userid);
break;
default:
showUser($user->userid);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment