mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-07-03 00:42:51 +02:00
Optimisation de l'envoi de mails
This commit is contained in:
@ -53,7 +53,7 @@ class NewOrganizer {
|
||||
VALUES (?, ?, ?, ?, ?, ?);");
|
||||
$req->execute([$this->email, password_hash($this->password, PASSWORD_BCRYPT), $this->surname, $this->first_name, $this->admin ? "ADMIN" : "ORGANIZER", $YEAR]);
|
||||
|
||||
sendAddOrganizerMail($this);
|
||||
Mailer::sendAddOrganizerMail($this);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user