diff --git a/modules/candidate_parameters/ajax/getData.php b/modules/candidate_parameters/ajax/getData.php index 29921e5899b..45d499230d2 100644 --- a/modules/candidate_parameters/ajax/getData.php +++ b/modules/candidate_parameters/ajax/getData.php @@ -333,7 +333,7 @@ function getParticipantStatusFields() ); $required = []; $commentRequired = []; - foreach ($req as $k=>$row) { + foreach ($req as $_=>$row) { if ($row['Required'] == 1) { $required[] = $row['ID']; }