test a stuff
This commit is contained in:
parent
753f8d6483
commit
03dee9a889
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ class Eleve {
|
|||
public function __construct(EntryManager $entryManager, $yunoshostFormId, $data) {
|
||||
$this->data = $data;
|
||||
// echo "<p>".var_dump($data)."</p>";
|
||||
$userId = $data['listefiche'.$yunoshostFormId.'bf_nom'];
|
||||
$userId = $data['listefiche'.$yunoshostFormId.'Listebf_nom'];
|
||||
$this->user = $entryManager->getOne($userId);
|
||||
// echo "<p>".var_dump($this)."</p>";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue