1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-25 09:40:31 +02:00

Quelques modifications

This commit is contained in:
galaxyoyo
2019-09-07 17:26:30 +02:00
parent 70cece8694
commit 945e1105b8
4 changed files with 27 additions and 9 deletions

View File

@ -59,7 +59,7 @@ class NewTeam {
$_SESSION["team"] = Team::fromTrigram($this->trigram);
$_SESSION["user"]->setTeamId($_SESSION["team"]->getId());
sendAddTeam($_SESSION["user"], $_SESSION["team"], $this->tournament);
sendAddTeamMail($_SESSION["user"], $_SESSION["team"], $this->tournament);
}
}