summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--account.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/account.php b/account.php
index 4598d9250..79f857f16 100644
--- a/account.php
+++ b/account.php
@@ -326,7 +326,7 @@ switch ($op) {
$data[signature] = $edit[signature];
dbsave("users", $data, $user->id);
user_rehash();
- header("account.php");
+ header("Location: account.php");
}
break;
default: