From 535e936e6a3ced033cff1019df71fbfa74479eb1 Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Wed, 4 Oct 2000 10:28:49 +0000
Subject: [PATCH] (oops, forgot something)

---
 account.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/account.php b/account.php
index 4598d92508e0..79f857f16f4a 100644
--- a/account.php
+++ b/account.php
@@ -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: 
-- 
GitLab