Skip to content

Commit

Permalink
type cast to int so no other content could be set
Browse files Browse the repository at this point in the history
  • Loading branch information
Fasse committed Jun 13, 2024
1 parent 9bc79a0 commit 4e88b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adm_program/modules/ecards/ecard_send.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
$arrayRoles[] = $roleId;
}
} else {
$arrayUsers[] = $value;
$arrayUsers[] = (int) $value;
}
}

Expand Down

0 comments on commit 4e88b39

Please sign in to comment.