fix erreur lors ajout sci

pull/7/head
Gwenael PLANCHON 8 months ago
parent 7cd4765547
commit 54198a8f42

@ -45,7 +45,7 @@ class ScientifiqueGateway
":idThematique"=>[$sci->getThematique()->getId(),$this->con::PARAM_STR],
":idDifficulte"=>[$sci->getDifficulte()->getId(),$this->con::PARAM_STR],
":idSexe"=>[$sci->getSexe()->getId(),$this->con::PARAM_STR]
]);
]) ? true : false ;
}
public function getScientifiquesParPages(int $currentPage, int $nbElemByPage) : array {

Loading…
Cancel
Save