diff options
-rw-r--r-- | account.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/account.php b/account.php index c6fbd0f27..4598d9250 100644 --- a/account.php +++ b/account.php @@ -326,10 +326,8 @@ switch ($op) { $data[signature] = $edit[signature]; dbsave("users", $data, $user->id); user_rehash(); - header("account.php"); } - showUser($user->userid); break; default: showUser($user->userid); |