registration bug

This commit is contained in:
2023-01-10 20:13:19 +02:00
parent f913d8e4a3
commit 2590d62f1f
2 changed files with 12 additions and 23 deletions
+3
View File
@@ -89,6 +89,9 @@ if ($_SESSION['step'] === 8) { // Всех их соберём, вместе с
//Создаем персонажа
$uid = $newUser->new(
$_SESSION['login'],
$_SESSION['password'],
$_SESSION['email'],
$_SESSION['ref'],
$_SESSION['birthday'],
$_SESSION['sex'],