diff --git a/project/src/model/gateways/ScientifiqueGateway.php b/project/src/model/gateways/ScientifiqueGateway.php index d8f193f..322fb30 100755 --- a/project/src/model/gateways/ScientifiqueGateway.php +++ b/project/src/model/gateways/ScientifiqueGateway.php @@ -82,7 +82,7 @@ class ScientifiqueGateway ":idDifficulte"=>[$sci->getDifficulte()->getId(),$this->con::PARAM_STR], ":idSexe"=>[$sci->getSexe()->getId(),$this->con::PARAM_STR], ":id"=>[$sci->getId(),$this->con::PARAM_INT] - ]); + ]) ? true : false ; } /**