Fix session current cookie being corrupted when creating a user and the user exists.

This commit is contained in:
Tony Lambregts
2006-06-16 02:03:12 +00:00
committed by WineHQ
parent a088778a85
commit 7250f751e5

View File

@@ -114,7 +114,6 @@ function cmd_do_new()
}
else
{
$_SESSION['current'] = "";
retry("new", "Failed to create account");
}
}