From a18486fbc6cf5d3683293067aa4db0f0ae9c9c27 Mon Sep 17 00:00:00 2001 From: thchazot1 Date: Fri, 23 Dec 2022 17:40:45 +0100 Subject: [PATCH] yeah --- Vues/seeList.php | 2 +- controllers/VisitorController.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Vues/seeList.php b/Vues/seeList.php index 76147d8..a4db152 100644 --- a/Vues/seeList.php +++ b/Vues/seeList.php @@ -149,7 +149,7 @@ else{ ?>
- +
diff --git a/controllers/VisitorController.php b/controllers/VisitorController.php index d740151..320a326 100644 --- a/controllers/VisitorController.php +++ b/controllers/VisitorController.php @@ -232,7 +232,7 @@ class VisitorController { function UpdateTask($dVueEreur) { global $rep,$vues,$dataView; - $idTache=$_POST['tache']; + $idTache=$_POST['task']; $name=$_POST['name']; $content=$_POST['content']; $completed=$_POST['completed'];