fix filter
This commit is contained in:
parent
c4c891f33f
commit
f0ea6cf494
|
@ -66,7 +66,7 @@ class filterController{
|
|||
|
||||
// 3. Add in unique set
|
||||
foreach($fetched_ids as $prof_id)
|
||||
$matches_uniq[ intval($prof_id) ] = null;
|
||||
$matches_uniq[ intval($prof_id["idProfesseur"]) ] = null;
|
||||
|
||||
|
||||
}
|
||||
|
@ -94,7 +94,7 @@ class filterController{
|
|||
|
||||
// 3. Add in unique set
|
||||
foreach($fetched_ids as $prof_id)
|
||||
$matches_uniq[ intval($prof_id) ] = null;
|
||||
$matches_uniq[ intval($prof_id["idProfesseur"]) ] = null;
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue