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'];