mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-06-25 01:00:28 +02:00
Suppression des hidden tags "submitted"
This commit is contained in:
@ -6,7 +6,7 @@ if (isset($_SESSION["team"]) || !isset($_SESSION["user"]) || ($_SESSION["role"]
|
||||
$has_error = false;
|
||||
$error_message = null;
|
||||
|
||||
if (isset($_POST["submitted"])) {
|
||||
if (isset($_POST["join_team"])) {
|
||||
$join_team = new JoinTeam($_POST);
|
||||
try {
|
||||
$join_team->makeVerifications();
|
||||
|
Reference in New Issue
Block a user