FIX : nom colonne

php
Victor SOULIER 1 year ago
parent 5e376620e6
commit 0ba42cba82

@ -134,7 +134,7 @@ class MdlScientifique extends MdlBase{
$questions = [];
foreach ($t as $question) {
$questions[] = $question["libelle"];
$questions[] = $question["question"];
}
return $questions;
}

Loading…
Cancel
Save