mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-06-24 15:00:27 +02:00
Suppression des hidden tags "submitted"
This commit is contained in:
@ -9,7 +9,7 @@ $user = $_SESSION["user"];
|
||||
$has_error = false;
|
||||
$error_message = null;
|
||||
|
||||
if (isset($_POST["submitted"])) {
|
||||
if (isset($_POST["update_team"])) {
|
||||
$my_account = new MyAccount($_POST);
|
||||
try {
|
||||
$my_account->makeVerifications();
|
||||
|
Reference in New Issue
Block a user