From 7250f751e5b2c2ca68dff995ad1998eecc4bb480 Mon Sep 17 00:00:00 2001 From: Tony Lambregts Date: Fri, 16 Jun 2006 02:03:12 +0000 Subject: [PATCH] Fix session current cookie being corrupted when creating a user and the user exists. --- account.php | 1 - 1 file changed, 1 deletion(-) diff --git a/account.php b/account.php index 0ec0d8d..9673a8e 100644 --- a/account.php +++ b/account.php @@ -114,7 +114,6 @@ function cmd_do_new() } else { - $_SESSION['current'] = ""; retry("new", "Failed to create account"); } }