diff --git a/account.php b/account.php index 79f857f16f4a82a320673d150e9b87fd0070381f..c714f1e36a0908d9b764e0bf579a1c75c0c92803 100644 --- a/account.php +++ b/account.php @@ -171,6 +171,9 @@ function account_track_comments() { case "view": showUser($name); break; + case "info": + showUser($user->userid); + break; case "discussion": $theme->header(); $theme->box("Track your comments", account_track_comments()); @@ -326,8 +329,8 @@ function account_track_comments() { $data[signature] = $edit[signature]; dbsave("users", $data, $user->id); user_rehash(); - header("Location: account.php"); } + header("Location: account.php?op=info"); break; default: showUser($user->userid);