From dba24b8c18aed84a71c3169b2df5598d62deab06 Mon Sep 17 00:00:00 2001 From: polo Date: Sun, 17 Aug 2025 19:46:20 +0200 Subject: =?UTF-8?q?classe=20FormValidation=20et=20am=C3=A9lioration=20des?= =?UTF-8?q?=20envois=20d'e-mail?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/router.php') diff --git a/src/router.php b/src/router.php index 19fe1c1..238cac9 100644 --- a/src/router.php +++ b/src/router.php @@ -63,7 +63,7 @@ elseif($_SERVER['REQUEST_METHOD'] === 'POST'){ { // formulaire de contact if($_GET['action'] === 'send_email'){ - EmailController::submit($json, $entityManager); + ContactFormController::sendVisitorEmail($entityManager, $json); } } } -- cgit v1.2.3