Skip to content

Commit

Permalink
Fix for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
skarya22 committed Dec 2, 2024
1 parent b3357d8 commit 5764270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/candidate_parameters/ajax/getData.php
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ function getParticipantStatusFields()
);
$required = [];
$commentRequired = [];
foreach ($req as $k=>$row) {
foreach ($req as $_=>$row) {
if ($row['Required'] == 1) {
$required[] = $row['ID'];
}
Expand Down

0 comments on commit 5764270

Please sign in to comment.