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

(oops, forgot something)

parent dc08a8c2
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,7 +326,7 @@ function account_track_comments() {
$data[signature] = $edit[signature];
dbsave("users", $data, $user->id);
user_rehash();
header("account.php");
header("Location: account.php");
}
break;
default:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment