Skip to content

Commit 4e88b39

Browse files
committed
type cast to int so no other content could be set
1 parent 9bc79a0 commit 4e88b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adm_program/modules/ecards/ecard_send.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
$arrayRoles[] = $roleId;
9393
}
9494
} else {
95-
$arrayUsers[] = $value;
95+
$arrayUsers[] = (int) $value;
9696
}
9797
}
9898

0 commit comments

Comments
 (0)