CHANGE_ error in live : GWM
This commit is contained in:
parent
813df2a8af
commit
ee33bbf48a
@ -1839,7 +1839,7 @@ class EmployeeRestController extends AdminController
|
||||
else if($key == 'childrens'){ $text = ["child"]; }
|
||||
else if($key == 'parents-in-law'){ $text = ["parent_in_law"];}
|
||||
else if($key ==='either-parents-pil') { $text = ["parent", "parent_in_law"];}
|
||||
else{ $text = $key; }
|
||||
else{ $text = [$key]; }
|
||||
$whereArray = array_merge($whereArray, $text);
|
||||
}
|
||||
}
|
||||
@ -1893,7 +1893,7 @@ class EmployeeRestController extends AdminController
|
||||
else if($key == 'childrens'){ $text = ["child"]; }
|
||||
else if($key == 'parents-in-law'){ $text = ["parent_in_law"];}
|
||||
else if($key ==='either-parents-pil') { $text = ["parent", "parent_in_law"];}
|
||||
else{ $text = $key; }
|
||||
else{ $text = [$key]; }
|
||||
$whereArray = array_merge($whereArray, $text);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user