Update register.php

This commit is contained in:
Roman Kelesidis 2024-07-20 22:55:59 +07:00
parent 0bf953919c
commit bfc10c59c8

View File

@ -308,6 +308,7 @@ foreach ($profile_fields as $field => $can_edit)
$db_data['user_active'] = 0;
}
$db_data['user_email'] = $email;
$pr_data['user_email'] = $email;
}
}
$tp_data['USER_EMAIL'] = htmlCHR($email);